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:
parent
88e64d3eab
commit
b74ccbde79
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue