summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-02 12:58:47 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-02 12:58:47 +0200
commit86da625f1dc99ef57e554f1c39cb0db20f45a5b6 (patch)
treec0505cbd2670109358936003c6444c10922458ac /Gemfile
parent1cfc2b6fc7e49f8281a055b340509863c7706ada (diff)
downloadgitlab-ce-86da625f1dc99ef57e554f1c39cb0db20f45a5b6.tar.gz
Updated gems: omniauth, sinatra, foreman
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5622c1a213a..41d8619db0b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ gem "pg", group: :postgres
# Auth
gem "devise"
-gem 'omniauth', "~> 1.1.1"
+gem 'omniauth', "~> 1.1.3"
gem 'omniauth-google-oauth2'
gem 'omniauth-twitter'
gem 'omniauth-github'