diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-29 08:02:11 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-29 08:02:11 +0000 |
commit | 91a0f79649fd4d374d8c234b6b944bc5dc8f3dc3 (patch) | |
tree | 1e93bd8038815f3cf3ca16f65d2ce319d0f2fa3a /config/environment.rb | |
parent | 3e158930dc99157f687e493998c2f0e598808f73 (diff) | |
parent | cfe244c66c2744d3b7cfcf17cd87098334a9b737 (diff) |
Merge branch 'hotfix/0.6.9.2'0.6.9.2
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb index 21415dfd8..8933f9ade 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -18,7 +18,7 @@ end # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.16' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |