summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-10-13 10:13:10 +1000
committerEvan Read <eread@gitlab.com>2020-10-14 10:39:19 +1000
commit9c02ffe7667d544ef0341ecaa93422e3c6f364ac (patch)
tree0df3a1608c4f3ca62fb6cb8d84b9ddec8642c69e /spec/unit
parent116564275ee66e7ff51a58bc056127498b4c22bf (diff)
Set Go to 1.15.2 and Ruby to 2.7.2
Diffstat (limited to 'spec/unit')
-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