summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-06-17 13:50:15 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-06-17 13:50:15 +0000
commit044554e267b003fa64fa36058f2f16e1bca9729c (patch)
treed538ec8166dad4c36b15696e14fecfed17c6987f /Gemfile
parentf8971eb5671d7028e773fbc8b45c93f9f1ad96ca (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c21447538..d8be2abd2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"