Updated gems: omniauth, sinatra, foreman

This commit is contained in:
Dmitriy Zaporozhets 2013-03-02 12:58:47 +02:00
parent 1cfc2b6fc7
commit 86da625f1d
2 changed files with 12 additions and 12 deletions

View file

@ -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'