Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 20:45:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 20:45:03 +0400
commit2d56d89b92198502a6ed2c684d6b4d1a51bb119f (patch)
treeb7961f6eb874a129ca1917dc814ab4688b25294e /Gemfile
parent76eb9532df62f0b48340006f463615c870c3841f (diff)
update devise to 2.2.5
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ca1b593013d..4774706ce9a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'