module Flipper

Constants

NEXT_REQUIRED_RAILS_VERSION
NEXT_REQUIRED_RUBY_VERSION
REQUIRED_RAILS_VERSION
REQUIRED_RUBY_VERSION
VERSION

Public Class Methods

deprecated_ruby_version?() click to toggle source
# File lib/flipper/version.rb, line 10
def self.deprecated_ruby_version?
  Gem::Version.new(RUBY_VERSION) < Gem::Version.new(NEXT_REQUIRED_RUBY_VERSION)
end