summaryrefslogtreecommitdiff
path: root/spec/unit/license_finder/bundler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/license_finder/bundler_spec.rb')
-rw-r--r--spec/unit/license_finder/bundler_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/license_finder/bundler_spec.rb b/spec/unit/license_finder/bundler_spec.rb
index 84edde2..5e007fa 100644
--- a/spec/unit/license_finder/bundler_spec.rb
+++ b/spec/unit/license_finder/bundler_spec.rb
@@ -72,7 +72,7 @@ RSpec.describe LicenseFinder::Bundler do
context "when a ruby is not specified it uses the default version" do
let(:project_fixture) { fixture_file('ruby/bundler-v2.1') }
- specify { expect(subject).to eql('2.6.6') }
+ specify { expect(subject).to eql('2.7.2') }
end
end
end