We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df2d0f commit 7db2e88Copy full SHA for 7db2e88
config/environment.rb
@@ -1,7 +1,7 @@
1
# Be sure to restart your server when you modify this file
2
3
# Specifies gem version of Rails to use when vendor/rails is not present
4
-RAILS_GEM_VERSION = '2.3.4' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION
5
6
# Bootstrap the Rails environment, frameworks, and default configuration
7
require File.join(File.dirname(__FILE__), 'boot')
@@ -16,7 +16,7 @@
16
17
# Specify gems that this application depends on and have them installed with rake gems:install
18
config.gem 'json', :version => '>1.1.6'
19
- config.gem 'mongel'
+ config.gem 'mongrel'
20
21
# Only load the plugins named here, in the order given (default is alphabetical).
22
# :all can be used as a placeholder for all plugins not explicitly named
0 commit comments