summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gemfile/git_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-12-24 20:42:50 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-25 05:55:36 +0900
commit8f05e4f54bdb3bcf05574bd5f12e56f7e010c8a2 (patch)
treef84580ebe619c61036604163ca17aa33a141fda2 /spec/bundler/install/gemfile/git_spec.rb
parent3cbe37bd357464c0ce665770998b691cad022a24 (diff)
downloadruby-8f05e4f54bdb3bcf05574bd5f12e56f7e010c8a2.tar.gz
Update Bundler to 2.4.1 & and RubyGems to 3.4.1
Diffstat (limited to 'spec/bundler/install/gemfile/git_spec.rb')
-rw-r--r--spec/bundler/install/gemfile/git_spec.rb1
1 files changed, 1 insertions, 0 deletions
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'