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.7 / 2026-06-29
### Fixed
* Drop support for Ruby 3.1 and 3.2, Rails 7.0
* Capistrano: deployment should continue even if cleanup cannot delete files
Expand Down
26 changes: 15 additions & 11 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: '058996443438979550013c0c983c63b68d3fc58b'
".github/dependabot.yml":
comments:
reviewed_by: brian.shand
safe_revision: 369519b5b3453ba910118a4a9035c40f4d813ce3
".github/workflows/lint.yml":
comments:
reviewed_by: brian.shand
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
safe_revision: e9d4ed843ba0240a720444b7c13a685899d5840a
".github/workflows/test.yml":
comments:
reviewed_by: brian.shand
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
safe_revision: e9d4ed843ba0240a720444b7c13a685899d5840a
".gitignore":
comments:
reviewed_by: josh.pencheon
Expand All @@ -27,7 +31,7 @@ file safety:
CHANGELOG.md:
comments:
reviewed_by: brian.shand
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
safe_revision: cafa643e01d58e01ea5b9892dc028961b94fa994
CODE_OF_CONDUCT.md:
comments:
reviewed_by: timgentry
Expand All @@ -48,6 +52,10 @@ file safety:
comments:
reviewed_by: josh.pencheon
safe_revision: a601dbd139132f50eb22b1c88d5eda14a465a7c2
SECURITY.md:
comments:
reviewed_by: brian.shand
safe_revision: e9d4ed843ba0240a720444b7c13a685899d5840a
bin/console:
comments:
reviewed_by: josh.pencheon
Expand All @@ -60,10 +68,6 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: 5eb1de9dcb6774acaba4c444b596d293ddbb5ffe
gemfiles/Gemfile.rails70:
comments:
reviewed_by: brian.shand
safe_revision: 68636827e980b858ad5292d6a40262623dc07fe4
gemfiles/Gemfile.rails71:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -122,8 +126,8 @@ file safety:
safe_revision: 5eb1de9dcb6774acaba4c444b596d293ddbb5ffe
lib/ndr_dev_support/capistrano/restart.rb:
comments:
reviewed_by: josh.pencheon
safe_revision: a2b7c20eb58572c213f77677b36aa2f7e6db747e
reviewed_by: brian.shand
safe_revision: cafa643e01d58e01ea5b9892dc028961b94fa994
lib/ndr_dev_support/capistrano/revision_logger.rb:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -259,7 +263,7 @@ file safety:
lib/ndr_dev_support/version.rb:
comments:
reviewed_by: brian.shand
safe_revision: 22a13b9ba9062f4046b97bba6a323bedfde19942
safe_revision: d509857e4f8ea80c31014ffe454c91da81b8d078
lib/tasks/audit_bundle.rake:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -340,7 +344,7 @@ file safety:
ndr_dev_support.gemspec:
comments:
reviewed_by: brian.shand
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
safe_revision: e9d4ed843ba0240a720444b7c13a685899d5840a
test/daemon/ci_server_test.rb:
comments:
reviewed_by: josh.pencheon
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.6'
VERSION = '7.3.7'
end