-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rails 7.2 support * Drop Rails 6.1 support Update ruby versions to latest maintenance release * Update changelog * Update config.yml ruby version * Update rails versions to latest maintenance release * Fix target ruby version and linting
- Loading branch information
Showing
8 changed files
with
30 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.7 | ||
3.3.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# frozen_string_literal: true | ||
|
||
appraise 'rails-6.1' do | ||
gem 'activerecord', '~> 6.1.7' | ||
gem 'activesupport', '~> 6.1.7' | ||
end | ||
|
||
appraise 'rails-7.0' do | ||
gem 'activerecord', '~> 7.0.4' | ||
gem 'activesupport', '~> 7.0.4' | ||
gem 'activerecord', '~> 7.0.8' | ||
gem 'activesupport', '~> 7.0.8' | ||
end | ||
|
||
appraise 'rails-7.1' do | ||
gem 'activerecord', '~> 7.1.0' | ||
gem 'activesupport', '~> 7.1.0' | ||
gem 'activerecord', '~> 7.1.4' | ||
gem 'activesupport', '~> 7.1.4' | ||
end | ||
|
||
appraise 'rails-7.2' do | ||
gem 'activerecord', '~> 7.2.1' | ||
gem 'activesupport', '~> 7.2.1' | ||
end |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module RailsMultitenant | ||
VERSION = '0.19.0' | ||
VERSION = '0.20.0' | ||
end |
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