diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-09 09:51:44 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-09 09:51:44 +0000 |
commit | f25df72186683e54dd10fd5aa94e1e26dff8ea92 (patch) | |
tree | 321d674ab3fb096ec59464449750308f83469a71 /config/environment.rb | |
parent | 0743d5857b0b93a7caae9eab6514e1f128edef88 (diff) | |
parent | a2ba832d4a2cbe656a8366a2958cba708a20dfc2 (diff) |
Merge branch 'hotfix/0.6.8.3'0.6.8.3
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 de20e73e4..447f7a49b 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -10,7 +10,7 @@ end # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |