Skip to content

Commit 92387e6

Browse files
bundle config without needs to be --local
1 parent ac07691 commit 92387e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/models/shipit/deploy_spec/bundler_discovery.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def bundle_config_frozen
5555
end
5656

5757
def bundle_without_groups
58-
"bundle config set without '#{bundler_without.join(':')}'"
58+
"bundle config set --local without '#{bundler_without.join(':')}'"
5959
end
6060

6161
def frozen_mode?

lib/shipit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Shipit
4-
VERSION = '0.43.3'
4+
VERSION = '0.43.4'
55
end

0 commit comments

Comments
 (0)