aboutsummaryrefslogtreecommitdiffstats
path: root/config/environment.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-01-29 08:09:32 +0000
committerLouise Crow <louise.crow@gmail.com>2013-01-29 08:09:32 +0000
commit39f74e92f0785eb3da2001d93682b8d1aadd35d5 (patch)
treec31e10fa38b7375cd0dc1271fd53bbb36c3140bf /config/environment.rb
parent4a15f9345f4e511d2743a62b6165a9604f6b1438 (diff)
parentcfe244c66c2744d3b7cfcf17cd87098334a9b737 (diff)
Merge branch 'hotfix/0.6.9.2' into develop
Conflicts: Gemfile.lock
Diffstat (limited to 'config/environment.rb')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index d1189c43f..d580a1096 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')