Skip to content

Commit 656a154

Browse files
v0.43.4
1 parent 92387e6 commit 656a154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shipit-engine (0.43.3)
4+
shipit-engine (0.43.4)
55
active_model_serializers (~> 0.9.3)
66
ansi_stream (~> 0.0.6)
77
autoprefixer-rails (~> 6.4.1)

test/models/deploy_spec_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class DeploySpecTest < ActiveSupport::TestCase
8787
--retry 2
8888
).gsub(/\s+/, ' ').strip
8989
assert_equal command, @spec.bundle_install.last
90-
without_command = "bundle config set without 'some:custom:groups'"
90+
without_command = "bundle config set --local without 'some:custom:groups'"
9191
assert @spec.bundle_install.include?(without_command)
9292
end
9393

0 commit comments

Comments
 (0)