Update Gemfile's dependencies.

This commit is contained in:
Lucas Mazza
2016-03-09 11:13:04 -03:00
parent 1c2328bb90
commit e6563bc4cb
8 changed files with 212 additions and 214 deletions

View File

@@ -3,8 +3,8 @@ source "https://rubygems.org"
gemspec
gem "rails", "~> 4.2.5"
gem "omniauth", "~> 1.2.0"
gem "omniauth-oauth2", "~> 1.1.0"
gem "omniauth", "~> 1.3"
gem "omniauth-oauth2", "~> 1.4"
gem "rdoc"
group :test do