mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Pass --deployment
flag directly
This spec is run only in bundler 2 mode, and it's testing the `--deployment` flag specifically. https://github.com/rubygems/rubygems/commit/a5d91c68b6
This commit is contained in:
parent
5a12fc7c7f
commit
1914c4e9b1
Notes:
git
2020-06-05 07:34:07 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ RSpec.describe "bundle outdated" do
|
|||
|
||||
context "after bundle install --deployment", :bundler => "< 3" do
|
||||
before do
|
||||
install_gemfile <<-G, forgotten_command_line_options(:deployment => true)
|
||||
install_gemfile <<-G, :deployment => true
|
||||
source "#{file_uri_for(gem_repo2)}"
|
||||
|
||||
gem "rack"
|
||||
|
|
Loading…
Add table
Reference in a new issue