Browse Source

update Rails to 3.2.17

git-svn-id: http://svn.redmine.org/redmine/trunk@12906 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.6.0
Toshi MARUYAMA 10 years ago
parent
commit
4dc7bc75b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem "rails", "3.2.16"
gem "rails", "3.2.17"
gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]

Loading…
Cancel
Save