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.6 / 2026-01-13
### Added
* Support Rails 8.1, Ruby 4.0
* capistrano: Support bundler 4 with capistrano 2
Expand Down
18 changes: 13 additions & 5 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ file safety:
".github/workflows/test.yml":
comments:
reviewed_by: brian.shand
safe_revision: d8963cc3aba1fee14c79355c84d430c0f687a03e
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
".gitignore":
comments:
reviewed_by: josh.pencheon
Expand All @@ -27,7 +27,7 @@ file safety:
CHANGELOG.md:
comments:
reviewed_by: brian.shand
safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
CODE_OF_CONDUCT.md:
comments:
reviewed_by: timgentry
Expand Down Expand Up @@ -76,6 +76,10 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: e94e2b902cb943150a043b6b0b3d397fa1bea547
gemfiles/Gemfile.rails81:
comments:
reviewed_by: brian.shand
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
lib/minitest/rake_ci.rb:
comments:
reviewed_by: josh.pencheon
Expand All @@ -92,6 +96,10 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
lib/ndr_dev_support/capistrano/bundler_deployment.rb:
comments:
reviewed_by: brian.shand
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
lib/ndr_dev_support/capistrano/deploy_secrets.rb:
comments:
reviewed_by: brian.shand
Expand All @@ -107,7 +115,7 @@ file safety:
lib/ndr_dev_support/capistrano/ndr_model.rb:
comments:
reviewed_by: brian.shand
safe_revision: 5067036e40c25008dcc3d171a456205123adb9fe
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
lib/ndr_dev_support/capistrano/preinstall.rb:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -251,7 +259,7 @@ file safety:
lib/ndr_dev_support/version.rb:
comments:
reviewed_by: brian.shand
safe_revision: 1afa953a706645dc7f8273f5fa29719c4ab1af4d
safe_revision: 22a13b9ba9062f4046b97bba6a323bedfde19942
lib/tasks/audit_bundle.rake:
comments:
reviewed_by: brian.shand
Expand Down Expand Up @@ -332,7 +340,7 @@ file safety:
ndr_dev_support.gemspec:
comments:
reviewed_by: brian.shand
safe_revision: ee3d54ea6bbbdaa73e016c961b1009f1a83dfcd5
safe_revision: 6662a0fde64246865c217cf078f48798d027ce33
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.5'
VERSION = '7.3.6'
end