diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-07-09 13:17:45 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-07-09 13:22:32 +0200 |
commit | 34cfd84ed253dbee59c3097b0d10d9ed112cac58 (patch) | |
tree | 7448d10bf27f1631e11929aa17f5a8365adc49e5 /Gemfile | |
parent | 47d5ef4bd54ac493a35d190d0909059b6e35c0fe (diff) | |
download | gitlab-ce-34cfd84ed253dbee59c3097b0d10d9ed112cac58.tar.gz |
Upgrade to devise 3.2.4
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ gem "mysql2", group: :mysql gem "pg", group: :postgres # Auth -gem "devise", '3.0.4' -gem "devise-async", '0.8.0' +gem "devise", '3.2.4' +gem "devise-async", '0.9.0' gem 'omniauth', "~> 1.1.3" gem 'omniauth-google-oauth2' gem 'omniauth-twitter' |