Skip to content

Commit 410519c

Browse files
committed
Update CHANGELOG with Bundler and CI updates
- Document Bundler update from 2.2.19 to 4.0.4 - Document CI workflow updates - Document additional fixes (line endings, CI bundler version)
1 parent eb8adfc commit 410519c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@
77
- Maintained Rails compatibility: supports Rails `>= 6.1.4.1` including Rails 8.1
88
- Maintained ActiveSupport compatibility: supports ActiveSupport `>= 6.1.4.1` including Rails 8.1
99
- Maintained RSpec Rails compatibility: supports RSpec Rails `>= 5.0.2` (tested with Rails 8.1)
10+
- Updated Bundler from 2.2.19 to 4.0.4 (latest version as of January 2026)
1011
- Updated RuboCop to `~> 1.65` and updated TargetRubyVersion to 3.2
1112
- Updated Rake to `~> 13.2`
1213
- Updated Diffy to `~> 3.4`
1314
- Updated all transitive dependencies to latest compatible versions
1415
- Verified compatibility with Rails 8.1.2 while maintaining support for older Rails versions
1516
- Added `rubygems_mfa_required` metadata for enhanced security
17+
- Updated GitHub Actions CI workflow to use Ruby 3.2.2 and Bundler 4.0.4
1618

1719
### Fixed
1820
- Fixed RuboCop style violations (trailing commas, empty literals, symbol proc usage)
1921
- Fixed module function style (changed `extend self` to `module_function`)
22+
- Fixed line endings in Gemfile (CRLF to LF)
23+
- Fixed CI workflow bundler version mismatch
2024

2125
## [0.1.0] - 2021-08-24
2226

0 commit comments

Comments
 (0)