Browse Source

update rails to the latest of 3.2.x (for now)

kares 11 years ago
parent
commit
1f5888c1db
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rails/Gemfile-jruby
  2. 1 1
      rails/Gemfile-ruby

+ 1 - 1
rails/Gemfile-jruby

@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-gem 'rails', '3.2.13'
+gem 'rails', '3.2.18'
 gem 'activerecord-jdbcmysql-adapter', '1.2.6'
 
 group :server do

+ 1 - 1
rails/Gemfile-ruby

@@ -1,6 +1,6 @@
 source 'https://rubygems.org'
 
-gem 'rails', '3.2.13'
+gem 'rails', '3.2.18'
 gem 'mysql2', '0.3.11'
 
 group :server do