-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Ruby 3.3, Drop Ruby < 3.0 and Rails < 6.1 (#41)
* drop obsoleted rails and ruby versions - drop rails < 6.1 - drop ruby < 3.0 * add ruby 3.3 in CI * fix deprecation warning ``` DEPRECATION WARNING: Support for `config.active_support.cache_format_version = 6.1` has been deprecated and will be removed in Rails 7.2. ``` * fix deprecation warning `fixture_path=` has deprecated ref: https://edgeguides.rubyonrails.org/7_1_release_notes.html#active-record-deprecations * fix load_defaults version number for RAILS_VERSION=master
- Loading branch information
Showing
3 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters