diff --git a/data/msfweb/config/environment.rb b/data/msfweb/config/environment.rb index 288497ecb9..4c96d1a85e 100644 --- a/data/msfweb/config/environment.rb +++ b/data/msfweb/config/environment.rb @@ -6,7 +6,7 @@ ENV['RAILS_ENV'] = 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '1.1.6' +RAILS_GEM_VERSION = '1.2.2' # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot')