Skip to content

Commit 7db2e88

Browse files
author
Tom Copeland
committed
Bump to 2.3.15
1 parent 2df2d0f commit 7db2e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config/environment.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Be sure to restart your server when you modify this file
22

33
# 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
4+
RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION
55

66
# Bootstrap the Rails environment, frameworks, and default configuration
77
require File.join(File.dirname(__FILE__), 'boot')
@@ -16,7 +16,7 @@
1616

1717
# Specify gems that this application depends on and have them installed with rake gems:install
1818
config.gem 'json', :version => '>1.1.6'
19-
config.gem 'mongel'
19+
config.gem 'mongrel'
2020

2121
# Only load the plugins named here, in the order given (default is alphabetical).
2222
# :all can be used as a placeholder for all plugins not explicitly named

0 commit comments

Comments
 (0)