forked from lessonly/scim_rails
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update test matrix & release 1.0.6 (#61)
* update test matrix * uncomment exclude: * rails-8.0.Gemfile -> rails-8.Gemfile * remove rails 7.2, 8.0 * release 1.0.6 * add rails 7.2 * fix scimaenaga.gemspec * fix rails-7.2.Gemfile * add some versions * fix gemspec. rails <= 7.2 -> rails < 7.3
- Loading branch information
Showing
18 changed files
with
85 additions
and
99 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
source 'https://rubygems.org' | ||
|
||
gemspec path: '../..' | ||
|
||
gem "rails", "7.0.8.7" | ||
gem 'concurrent-ruby', '1.3.4' | ||
|
||
# Since rails 7.0, rails does not require sprockets-rails. | ||
# This is added to run the same tests as in previous versions. | ||
gem 'sprockets-rails' |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
source 'https://rubygems.org' | ||
|
||
gemspec path: '../..' | ||
|
||
gem "rails", "7.1.5.1" | ||
|
||
# Since rails 7.0, rails does not require sprockets-rails. | ||
# This is added to run the same tests as in previous versions. | ||
gem 'sprockets-rails' |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
source 'https://rubygems.org' | ||
|
||
gemspec path: '../..' | ||
|
||
gem "rails", "7.2.1.2" | ||
|
||
# Since rails 7.0, rails does not require sprockets-rails. | ||
# This is added to run the same tests as in previous versions. | ||
gem 'sprockets-rails' |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
source 'https://rubygems.org' | ||
|
||
gemspec path: '../..' | ||
|
||
gem "rails", "7.2.2.1" | ||
|
||
# Since rails 7.0, rails does not require sprockets-rails. | ||
# This is added to run the same tests as in previous versions. | ||
gem 'sprockets-rails' |
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 Scimaenaga | ||
VERSION = '1.0.5' | ||
VERSION = '1.0.6' | ||
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