Remove activerecord-session_store gem
We use the Redis-backed session store from `redis-store` so this is unnecessary.
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment