We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73be078 + 1f4bc01 commit 1aec0e9Copy full SHA for 1aec0e9
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## Bolt 3.27.3 (2023-10-05)
4
+
5
+### Bug fixes
6
7
+* **Only set ruby env vars for local transport when non empty strings**
8
+ ([#3236](#3236))
9
10
+ Previously when using bundled-ruby=false for the local transport and
11
+ not expliclty setting ruby environment variables internal apply tasks
12
+ did not work due to ruby code not being able to be loaded. Now the local
13
+ transport only preserves ruby environment variables when they are set
14
+ to something other than an empty string.
15
16
+ _Contributed by [donoghuc](https://github.com/donoghuc)_
17
18
## Bolt 3.27.2 (2023-08-14)
19
20
### Bug fixes
0 commit comments