浏览代码

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

kares 11 年之前
父节点
当前提交
1f5888c1db
共有 2 个文件被更改,包括 2 次插入2 次删除
  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