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
.check ⇒ Object
6 7 8 |
# File 'lib/datadog_backup/deprecations.rb', line 6 def self.check LOGGER.warn "ruby-#{RUBY_VERSION} is deprecated. Ruby 3.1 or higher will be required to use this gem after datadog_backup@v3" if RUBY_VERSION < '3.1' end |