aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/other/bundle_ruby_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/other/bundle_ruby_spec.rb')
-rw-r--r--spec/bundler/other/bundle_ruby_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/other/bundle_ruby_spec.rb b/spec/bundler/other/bundle_ruby_spec.rb
index a7da9cbec9..fbca31d0a0 100644
--- a/spec/bundler/other/bundle_ruby_spec.rb
+++ b/spec/bundler/other/bundle_ruby_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle_ruby", :bundler => "< 2" do
+RSpec.describe "bundle_ruby", :bundler => "< 3" do
context "without patchlevel" do
it "returns the ruby version" do
gemfile <<-G