File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
app/models/shipit/deploy_spec Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3+ # 0.43.3
4+ * (bugfix) Ensure we always call ` bundle config set without ` , even if the without group is empty
5+
36# 0.43.0
47* Use ` bundle config set frozen true ` instead of deprecated ` --frozen ` flag
58
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shipit-engine (0.43.2 )
4+ shipit-engine (0.43.3 )
55 active_model_serializers (~> 0.9.3 )
66 ansi_stream (~> 0.0.6 )
77 autoprefixer-rails (~> 6.4.1 )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def bundle_install
3131 remove_ruby_version_from_gemfile ,
3232 ( bundle_config_frozen if frozen_mode? ) ,
3333 bundle_config_path ,
34- ( bundle_without_groups unless bundler_without . empty? ) ,
34+ bundle_without_groups ,
3535 install_command
3636 ] . compact
3737 end
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Shipit
4- VERSION = '0.43.2 '
4+ VERSION = '0.43.3 '
55end
You can’t perform that action at this time.
0 commit comments