summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gemfile/sources_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/install/gemfile/sources_spec.rb')
-rw-r--r--spec/bundler/install/gemfile/sources_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/bundler/install/gemfile/sources_spec.rb b/spec/bundler/install/gemfile/sources_spec.rb
index 0176f112d4..639bc01647 100644
--- a/spec/bundler/install/gemfile/sources_spec.rb
+++ b/spec/bundler/install/gemfile/sources_spec.rb
@@ -15,7 +15,7 @@ RSpec.describe "bundle install with gems on multiple sources" do
end
end
- context "with multiple toplevel sources", :bundler => "< 3" do
+ context "with multiple toplevel sources" do
let(:repo3_rack_version) { "1.0.0" }
before do
@@ -42,7 +42,7 @@ RSpec.describe "bundle install with gems on multiple sources" do
end
end
- context "when different versions of the same gem are in multiple sources", :bundler => "< 3" do
+ context "when different versions of the same gem are in multiple sources" do
let(:repo3_rack_version) { "1.2" }
before do
@@ -237,7 +237,7 @@ RSpec.describe "bundle install with gems on multiple sources" do
end
end
- context "and in yet another source", :bundler => "< 3" do
+ context "and in yet another source" do
before do
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
@@ -262,7 +262,7 @@ RSpec.describe "bundle install with gems on multiple sources" do
end
end
- context "and only the dependency is pinned", :bundler => "< 3" do
+ context "and only the dependency is pinned" do
before do
# need this to be broken to check for correct source ordering
build_repo gem_repo2 do