Fix gemfiles

This commit is contained in:
Rafael Mendonça França
2012-01-09 23:18:03 -03:00
parent 93d4bb8361
commit e954254abb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
gemspec
source "http://rubygems.org"
gem "devise", :path => ".."
gem "rails", "~> 3.1.0"
gem "omniauth", "~> 1.0.0"

View File

@@ -1,6 +1,6 @@
source "http://rubygems.org"
gemspec
gem "devise", :path => ".."
gem "rails", ">= 3.2.0.rc", "< 4.0"
gem "omniauth", "~> 1.0.0"