Module: DatadogBackup::Deprecations

Defined in:
lib/datadog_backup/deprecations.rb

Class Method Summary collapse

Class Method Details

.checkObject



5
6
7
8
9
# File 'lib/datadog_backup/deprecations.rb', line 5

def self.check
  if RUBY_VERSION < '2.7'
    LOGGER.warn "ruby-#{RUBY_VERSION} is deprecated. Ruby 2.7 or higher will be required to use this gem after datadog_backup@v3"
  end
end