summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-07-09 13:17:45 +0200
committerMarin Jankovski <marin@gitlab.com>2014-07-09 13:22:32 +0200
commit34cfd84ed253dbee59c3097b0d10d9ed112cac58 (patch)
tree7448d10bf27f1631e11929aa17f5a8365adc49e5 /Gemfile
parent47d5ef4bd54ac493a35d190d0909059b6e35c0fe (diff)
downloadgitlab-ce-34cfd84ed253dbee59c3097b0d10d9ed112cac58.tar.gz
Upgrade to devise 3.2.4
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index b46adfef4eb..e032b877936 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'