Skip to content

Commit a4d26c9

Browse files
committed
tag v7.3.4
1 parent d8963cc commit a4d26c9

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## [Unreleased]
2+
*no unreleased changes*
3+
4+
## 7.3.4 / 2025-09-26
25
### Fixed
36
* Capistrano: deploy:preinstall should fix up installed gem permissions
47
* Support Ruby 3.4

code_safety.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ file safety:
77
".github/workflows/lint.yml":
88
comments:
99
reviewed_by: brian.shand
10-
safe_revision: ee3d54ea6bbbdaa73e016c961b1009f1a83dfcd5
10+
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
1111
".github/workflows/test.yml":
1212
comments:
1313
reviewed_by: brian.shand
14-
safe_revision: ee3d54ea6bbbdaa73e016c961b1009f1a83dfcd5
14+
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
1515
".gitignore":
1616
comments:
1717
reviewed_by: josh.pencheon
@@ -27,7 +27,7 @@ file safety:
2727
CHANGELOG.md:
2828
comments:
2929
reviewed_by: brian.shand
30-
safe_revision: ee3d54ea6bbbdaa73e016c961b1009f1a83dfcd5
30+
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
3131
CODE_OF_CONDUCT.md:
3232
comments:
3333
reviewed_by: timgentry
@@ -99,11 +99,11 @@ file safety:
9999
lib/ndr_dev_support/capistrano/install_ruby.rb:
100100
comments:
101101
reviewed_by: brian.shand
102-
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
102+
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
103103
lib/ndr_dev_support/capistrano/ndr_model.rb:
104104
comments:
105105
reviewed_by: brian.shand
106-
safe_revision: 5eb1de9dcb6774acaba4c444b596d293ddbb5ffe
106+
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
107107
lib/ndr_dev_support/capistrano/preinstall.rb:
108108
comments:
109109
reviewed_by: brian.shand
@@ -247,7 +247,7 @@ file safety:
247247
lib/ndr_dev_support/version.rb:
248248
comments:
249249
reviewed_by: brian.shand
250-
safe_revision: 6816b09116b8ef4ba1456fdb614705bef5b08c6d
250+
safe_revision: 541e19c6098960dbccfaa61a54509ff2bdcf31c2
251251
lib/tasks/audit_bundle.rake:
252252
comments:
253253
reviewed_by: brian.shand

lib/ndr_dev_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# This defines the NdrDevSupport version. If you change it, rebuild and commit the gem.
33
# Use "rake build" to build the gem, see rake -T for all bundler rake tasks (and our own).
44
module NdrDevSupport
5-
VERSION = '7.3.3'
5+
VERSION = '7.3.4'
66
end

0 commit comments

Comments
 (0)