diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-02 12:58:47 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-02 12:58:47 +0200 |
commit | 86da625f1dc99ef57e554f1c39cb0db20f45a5b6 (patch) | |
tree | c0505cbd2670109358936003c6444c10922458ac /Gemfile | |
parent | 1cfc2b6fc7e49f8281a055b340509863c7706ada (diff) | |
download | gitlab-ce-86da625f1dc99ef57e554f1c39cb0db20f45a5b6.tar.gz |
Updated gems: omniauth, sinatra, foreman
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |