summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-01-16 01:13:45 +0000
committerGo MAEDA <maeda@farend.jp>2020-01-16 01:13:45 +0000
commit19488495729f80c3c0614cb5eae9e7a5a6dad10d (patch)
treef5b71c1213a007a2524f3d94243e9c1c9f5b1e6c /Gemfile
parent6148be9fb8422da41620c7b43d156702a7d6d495 (diff)
downloadredmine-19488495729f80c3c0614cb5eae9e7a5a6dad10d.tar.gz
redmine-19488495729f80c3c0614cb5eae9e7a5a6dad10d.zip
Update request_store to 1.5 (#32805).
git-svn-id: http://svn.redmine.org/redmine/trunk@19432 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 c944deee4..930b3bc82 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gem "bundler", ">= 1.5.0"
gem "rails", "5.2.4.1"
gem 'rouge', '~> 3.15.0'
-gem "request_store", "~> 1.4.1"
+gem 'request_store', '~> 1.5.0'
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"
gem "roadie-rails", (RUBY_VERSION < "2.5" ? "~> 1.3.0" : "~> 2.1.0")