1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00

Upgrade to real Rails 4 for tests

This commit is contained in:
Ryan Fitzgerald 2013-07-20 20:55:58 -07:00
parent 88e64d3eab
commit b74ccbde79

View file

@ -16,11 +16,6 @@ appraise "rails32" do
end
appraise "rails4" do
gem "rails",
:git => "git@github.com:rails/rails.git"
gem "activerecord-deprecated_finders",
:git => "git@github.com:rails/activerecord-deprecated_finders"
gem "journey",
:git => "git@github.com:rails/journey"
gem "rails", "4.0.0"
gem "sqlite3"
end