Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [Unreleased]
*no unreleased changes*

## 7.3.4 / 2025-09-26
### Fixed
* Capistrano: deploy:preinstall should fix up installed gem permissions
* Support Ruby 3.4
Expand Down
12 changes: 6 additions & 6 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ file safety:
".github/workflows/lint.yml":
comments:
reviewed_by: brian.shand
safe_revision: ee3d54ea6bbbdaa73e016c961b1009f1a83dfcd5
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
".github/workflows/test.yml":
comments:
reviewed_by: brian.shand
safe_revision: ee3d54ea6bbbdaa73e016c961b1009f1a83dfcd5
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
".gitignore":
comments:
reviewed_by: josh.pencheon
Expand All @@ -27,7 +27,7 @@ file safety:
CHANGELOG.md:
comments:
reviewed_by: brian.shand
safe_revision: ee3d54ea6bbbdaa73e016c961b1009f1a83dfcd5
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
CODE_OF_CONDUCT.md:
comments:
reviewed_by: timgentry
Expand Down Expand Up @@ -99,11 +99,11 @@ file safety:
lib/ndr_dev_support/capistrano/install_ruby.rb:
comments:
reviewed_by: brian.shand
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
lib/ndr_dev_support/capistrano/ndr_model.rb:
comments:
reviewed_by: brian.shand
safe_revision: 5eb1de9dcb6774acaba4c444b596d293ddbb5ffe
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
lib/ndr_dev_support/capistrano/preinstall.rb:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -247,7 +247,7 @@ file safety:
lib/ndr_dev_support/version.rb:
comments:
reviewed_by: brian.shand
safe_revision: 6816b09116b8ef4ba1456fdb614705bef5b08c6d
safe_revision: 541e19c6098960dbccfaa61a54509ff2bdcf31c2
lib/tasks/audit_bundle.rake:
comments:
reviewed_by: brian.shand
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_dev_support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This defines the NdrDevSupport version. If you change it, rebuild and commit the gem.
# Use "rake build" to build the gem, see rake -T for all bundler rake tasks (and our own).
module NdrDevSupport
VERSION = '7.3.3'
VERSION = '7.3.4'
end