CHANGELOG.md in itamae-1.1.20 vs CHANGELOG.md in itamae-1.1.21
- old
+ new
@@ -1,4 +1,11 @@
+## v1.1.21
+
+Bugfixes
+
+- Ignore CommandExecutionError during listing installed gems. (by @eagletmt)
+ - because `gem` command may not be installed in dry-run mode
+
## v1.1.20
Features
- `source :auto` of remote_file and template resources.