From 8f05e4f54bdb3bcf05574bd5f12e56f7e010c8a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 24 Dec 2022 20:42:50 +0100 Subject: Update Bundler to 2.4.1 & and RubyGems to 3.4.1 --- spec/bundler/install/gemfile/git_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/bundler/install/gemfile/git_spec.rb') diff --git a/spec/bundler/install/gemfile/git_spec.rb b/spec/bundler/install/gemfile/git_spec.rb index 6a9532332c..3f386f65f4 100644 --- a/spec/bundler/install/gemfile/git_spec.rb +++ b/spec/bundler/install/gemfile/git_spec.rb @@ -193,6 +193,7 @@ RSpec.describe "bundle install with git sources" do gem "foo" end G + expect(err).to be_empty run <<-RUBY require 'foo' -- cgit v1.2.1