diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-08 19:45:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-08 19:45:03 +0300 |
commit | 2d56d89b92198502a6ed2c684d6b4d1a51bb119f (patch) | |
tree | b7961f6eb874a129ca1917dc814ab4688b25294e /Gemfile | |
parent | 76eb9532df62f0b48340006f463615c870c3841f (diff) | |
download | gitlab-ce-2d56d89b92198502a6ed2c684d6b4d1a51bb119f.tar.gz |
update devise to 2.2.5
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ gem "mysql2", group: :mysql gem "pg", group: :postgres # Auth -gem "devise" +gem "devise", '~> 2.2' gem 'omniauth', "~> 1.1.3" gem 'omniauth-google-oauth2' gem 'omniauth-twitter' |