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-11-17 12:45:14 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-11-17 12:45:14 +0300
commit3c8db237d9a436e8d305dea6fbc53c62d1aa641b (patch)
treefacbf1a5e566922117c4e0b22237636a3fe5eec4 /Gemfile.lock
parent11ba759d33b3f59b1dd493ab04dd75f447c0d374 (diff)
Remove activerecord-session_store gem
We use the Redis-backed session store from `redis-store` so this is unnecessary.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 81b43f2238a..0f66f264d46 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -32,12 +32,6 @@ GEM
activemodel (= 4.2.7.1)
activesupport (= 4.2.7.1)
arel (~> 6.0)
- activerecord-session_store (1.0.0)
- actionpack (>= 4.0, < 5.1)
- activerecord (>= 4.0, < 5.1)
- multi_json (~> 1.11, >= 1.11.2)
- rack (>= 1.5.2, < 3)
- railties (>= 4.0, < 5.1)
activerecord_sane_schema_dumper (0.2)
rails (>= 4, < 5)
activesupport (4.2.7.1)
@@ -809,7 +803,6 @@ PLATFORMS
DEPENDENCIES
RedCloth (~> 4.3.2)
ace-rails-ap (~> 4.1.0)
- activerecord-session_store (~> 1.0.0)
activerecord_sane_schema_dumper (= 0.2)
acts-as-taggable-on (~> 4.0)
addressable (~> 2.3.8)