Merged r14323 from trunk to 2.6-stable.

Gemfile: explicitly update jquery-rails version to 3.1.3 (CVE-2015-1840)

git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14325 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2015-06-17 13:59:02 +00:00
parent c6f0a04eef
commit 6f01582c61

View File

@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem "rails", "3.2.22"
gem "jquery-rails", "~> 3.1.1"
gem "jquery-rails", "~> 3.1.3"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", ">= 3.0.4"