aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-12-27 22:32:16 +0100
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-12-27 22:44:09 +0100
commit16b47aa1105c965f7cfbb8422b3bae2d4bfc9864 (patch)
tree7174449b1d4bdf95af1ce210e5e8efe341d11b1a /config
parentUpdate Gemfile.lock (diff)
downloadrecruiting-webapp-16b47aa1105c965f7cfbb8422b3bae2d4bfc9864.tar.gz
recruiting-webapp-16b47aa1105c965f7cfbb8422b3bae2d4bfc9864.tar.bz2
recruiting-webapp-16b47aa1105c965f7cfbb8422b3bae2d4bfc9864.zip
Update to rails 2.3.8 & rack 1.1.0
This is what Gentoo Infra uses.
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 503860c..5fc656d 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,4 +1,4 @@
-RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')