Actions
Patch #32805
closedUpdate request_store to 1.5
Description
request_store 1.5.0 has been released on 2019-12-20.
https://rubygems.org/gems/request_store/versions/1.5.0
Index: Gemfile
===================================================================
--- Gemfile (リビジョン 19425)
+++ Gemfile (作業コピー)
@@ -5,7 +5,7 @@
gem "rails", "5.2.4.1"
gem "rouge", "~> 3.14.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")
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch.
Actions