diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-19 21:08:07 -0500 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-19 21:08:07 -0500 |
commit | a5954080e95318f29790ac1baf6588c6c95184eb (patch) | |
tree | fb2244b6ed7143bc9f9afd615d6ce558eb259348 /Gemfile | |
parent | fa7a682bb05080855c8de29535e9626dde63c145 (diff) | |
download | gitlab-ce-a5954080e95318f29790ac1baf6588c6c95184eb.tar.gz |
Upgrade activerecord-sessionstore from 0.1.2 to 1.0.0.
Changelog: https://github.com/rails/activerecord-session_store/releases/tag/v1.0.0
Includes Rails 5 support.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,7 @@ gem "mail_room", "~> 0.7" gem 'email_reply_parser', '~> 0.5.8' ## CI -gem 'activerecord-session_store', '~> 0.1.0' +gem 'activerecord-session_store', '~> 1.0.0' gem "nested_form", '~> 0.3.2' # OAuth |