Module: DatadogBackup::Deprecations

Defined in:
lib/datadog_backup/deprecations.rb

Overview

Notify the user if they are using deprecated features.

Class Method Summary collapse

Class Method Details

.checkObject



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

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