1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge the master branch of Bundler

This commit is contained in:
Hiroshi SHIBATA 2021-04-15 12:47:04 +09:00
parent 0d9496f924
commit ed149dbf46
Notes: git 2021-04-15 15:36:39 +09:00
95 changed files with 1772 additions and 579 deletions

View file

@ -86,7 +86,7 @@ RSpec.describe "bundle lock" do
it "does not fetch remote specs when using the --local option" do
bundle "lock --update --local", :raise_on_error => false
expect(err).to match(/sources listed in your Gemfile|installed locally/)
expect(err).to match(/installed locally/)
end
it "works with --gemfile flag" do