File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments