diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-06-17 13:50:15 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-06-17 13:50:15 +0000 |
commit | 044554e267b003fa64fa36058f2f16e1bca9729c (patch) | |
tree | d538ec8166dad4c36b15696e14fecfed17c6987f /Gemfile | |
parent | f8971eb5671d7028e773fbc8b45c93f9f1ad96ca (diff) | |
download | redmine-044554e267b003fa64fa36058f2f16e1bca9729c.tar.gz redmine-044554e267b003fa64fa36058f2f16e1bca9729c.zip |
Gemfile: explicitly update jquery-rails version to 3.1.3 (CVE-2015-1840)
git-svn-id: http://svn.redmine.org/redmine/trunk@14323 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') end gem "rails", "4.2.2" -gem "jquery-rails", "~> 3.1.1" +gem "jquery-rails", "~> 3.1.3" gem "coderay", "~> 1.1.0" gem "builder", ">= 3.0.4" gem "request_store", "1.0.5" |