We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528aa74 commit 7e32deaCopy full SHA for 7e32dea
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Unreleased
2
3
+# 0.43.3
4
+* (bugfix) Ensure we always call `bundle config set without`, even if the without group is empty
5
+
6
# 0.43.0
7
* Use `bundle config set frozen true` instead of deprecated `--frozen` flag
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shipit-engine (0.43.2)
+ shipit-engine (0.43.3)
active_model_serializers (~> 0.9.3)
ansi_stream (~> 0.0.6)
autoprefixer-rails (~> 6.4.1)
lib/shipit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Shipit
- VERSION = '0.43.2'
+ VERSION = '0.43.3'
end
0 commit comments