Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Limit edgecases spec to what as 4.2.7 is compatible with
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jan 15, 2017
1 parent 1d0f11b commit 6030a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/realworld/edgecases_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def rubygems_version(name, requirement)
expect(lockfile).to include(rubygems_version("activesupport", "~> 3.0"))
end

it "is able to update a top-level dependency when there is a conflict on a shared transitive child" do
it "is able to update a top-level dependency when there is a conflict on a shared transitive child", :ruby => "2.1" do
# from https://github.com/bundler/bundler/issues/5031

gemfile <<-G
Expand Down

0 comments on commit 6030a00

Please sign in to comment.