diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-09-19 21:12:32 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-09-19 21:12:32 -0400 |
commit | ce8f78a57168bbacb1320a4dc4e9e79b878221d4 (patch) | |
tree | 70bbc15e2054c8df7885dc9d0fd15b5e0fd1d400 /Gemfile | |
parent | 5a8d73243a7b68f2724a6d5f9d482dda24e9dfe4 (diff) | |
download | gitlab-ce-ce8f78a57168bbacb1320a4dc4e9e79b878221d4.tar.gz |
Bump devise to 3.5.2
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ gem "mysql2", '~> 0.3.16', group: :mysql gem "pg", '~> 0.18.2', group: :postgres # Authentication libraries -gem "devise", '~> 3.2.4' +gem "devise", '~> 3.5.2' gem "devise-async", '~> 0.9.0' gem 'omniauth', "~> 1.2.2" gem 'omniauth-google-oauth2', '~> 0.2.5' |