diff --git a/bundler/spec/dependabot/bundler/update_checker/version_resolver_spec.rb b/bundler/spec/dependabot/bundler/update_checker/version_resolver_spec.rb index 13940479c5..2656b19481 100644 --- a/bundler/spec/dependabot/bundler/update_checker/version_resolver_spec.rb +++ b/bundler/spec/dependabot/bundler/update_checker/version_resolver_spec.rb @@ -252,7 +252,7 @@ let(:current_version) { "1.4.0" } let(:dependency_files) { project_dependency_files("bundler1/git_source_circular") } - its([:version]) { is_expected.to eq(Gem::Version.new("2.1.0")) } + its([:version]) { is_expected.to eq(Gem::Version.new("2.2.0")) } end context "with a ruby exec command that fails" do @@ -340,7 +340,7 @@ it "unlocks the latest version" do expect(resolver.latest_resolvable_version_details[:version]). - to eq(Gem::Version.new("2.1.0")) + to eq(Gem::Version.new("2.2.0")) end context "with an upper bound that is lower than the current req" do