summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-17 11:45:14 +0200
committerRobert Speicher <rspeicher@gmail.com>2016-11-17 11:45:14 +0200
commit3c8db237d9a436e8d305dea6fbc53c62d1aa641b (patch)
treefacbf1a5e566922117c4e0b22237636a3fe5eec4 /Gemfile
parent11ba759d33b3f59b1dd493ab04dd75f447c0d374 (diff)
downloadgitlab-ce-3c8db237d9a436e8d305dea6fbc53c62d1aa641b.tar.gz
Remove activerecord-session_store gem
We use the Redis-backed session store from `redis-store` so this is unnecessary.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f2291568d25..92c05b27d8c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -334,7 +334,6 @@ gem 'email_reply_parser', '~> 0.5.8'
gem 'ruby-prof', '~> 0.16.2'
## CI
-gem 'activerecord-session_store', '~> 1.0.0'
gem 'nested_form', '~> 0.3.2'
# OAuth