spec/dummy/config/application.rb in frikandel-2.1.0 vs spec/dummy/config/application.rb in frikandel-2.2.0
- old
+ new
@@ -9,9 +9,11 @@
Bundler.require(*Rails.groups)
require "frikandel"
module Dummy
+ RAILS_GEM_VERSION = Gem::Version.new(Rails::VERSION::STRING).freeze
+
class Application < Rails::Application
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.