Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-10-13 16:02:05 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-10-13 16:02:05 +0300
commit2709f679d07a5fc08f5cc31a416e00e61a04d2c1 (patch)
treefb62ac3b75c71b92799870f7b5e6fb5f4891b169 /Gemfile.lock
parent6d48c489d93d6dcbdfd955b7456d97ba6cdb23d1 (diff)
Loosen requirement on request_store version
This gem follows semantic versioning and will not introduce breaking changes in a minor version. See https://github.com/steveklabnik/request_store#semantic-versioning Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2868
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 067908af3fb..77370e8bdaf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -937,7 +937,7 @@ DEPENDENCIES
redis (~> 3.2)
redis-namespace (~> 1.5.2)
redis-rails (~> 4.0.0)
- request_store (~> 1.3.0)
+ request_store (~> 1.3)
rerun (~> 0.11.0)
responders (~> 2.0)
rouge (~> 2.0)