Update main Gemfile dependencies.

This commit is contained in:
Lucas Mazza
2014-05-04 21:21:45 -03:00
parent 873e57e97d
commit 7bab20e55e
2 changed files with 89 additions and 82 deletions

View File

@@ -2,9 +2,9 @@ source "https://rubygems.org"
gemspec
gem "rails", "~> 4.0.0"
gem "omniauth", "~> 1.0.0"
gem "omniauth-oauth2", "~> 1.0.0"
gem "rails", "~> 4.1.0"
gem "omniauth", "~> 1.2.0"
gem "omniauth-oauth2", "~> 1.1.0"
gem "rdoc"
group :test do