diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-05 09:56:59 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-05 09:56:59 +0100 |
commit | 74a7c2a1659ce9101c11e7bf6c53eeca2feef576 (patch) | |
tree | 959a25e29dca3e18f3fba6715549245648a26855 /config/environment.rb | |
parent | 5b78f72751b0bfa24f436420131e6ac6514ffa80 (diff) | |
parent | 74249524b08a2782d1f7272af3c66f081977367d (diff) |
Merge branch 'master' of github.com:sebbacon/alaveteli
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 33be4a060..28598a9ef 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -6,7 +6,7 @@ # ENV['RAILS_ENV'] ||= 'production' # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') |