summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/check_spec.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2021-01-04 10:11:34 +0900
committerHiroshi SHIBATA <[email protected]>2021-01-04 13:14:43 +0900
commit69ed64949b0c02d4b195809fa104ff23dd100093 ()
treec07abfd061a2da7610e252960c06a64e8b17e6c3 /spec/bundler/commands/check_spec.rb
parent5537adf719a37a30b17d39111cc03700f353aa2d (diff)
Track Bundler master(2.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118bcc20
Notes: Merged: https://.com/ruby/ruby/pull/4021
-rw-r--r--spec/bundler/commands/check_spec.rb4
1 files changed, 2 insertions, 2 deletions
@@ -124,7 +124,7 @@ RSpec.describe "bundle check" do
gem "rack", :group => :foo
G
- bundle "config --local without foo"
bundle :install
gemfile <<-G
@@ -217,7 +217,7 @@ RSpec.describe "bundle check" do
gem "foo"
G
- bundle "config --local deployment true"
bundle "install"
FileUtils.rm(bundled_app_lock)