-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test against current rubies/railses (#116)
Drop support for older versions, and ensure everything passes in the latest Note: as of ruby 3.3, racc is no longer a default gem and is instead bundled, so it needs to be added an explicit dependency. This should probably be fixed in ruby_parser
- Loading branch information
Showing
13 changed files
with
364 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/Gemfile.lock | ||
/gemfiles/*.lock | ||
/gemfiles/.bundle | ||
/*.gem | ||
/pkg | ||
|
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
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,79 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
hairtrigger (1.0.0) | ||
activerecord (>= 6.0, < 8) | ||
ruby2ruby (~> 2.4) | ||
ruby_parser (~> 3.10) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activemodel (6.1.7.6) | ||
activesupport (= 6.1.7.6) | ||
activerecord (6.1.7.6) | ||
activemodel (= 6.1.7.6) | ||
activesupport (= 6.1.7.6) | ||
activesupport (6.1.7.6) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
zeitwerk (~> 2.3) | ||
appraisal (2.5.0) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
byebug (11.1.3) | ||
concurrent-ruby (1.2.2) | ||
diff-lcs (1.5.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
minitest (5.20.0) | ||
mysql2 (0.5.5) | ||
pg (1.5.4) | ||
racc (1.7.3) | ||
rake (13.0.6) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-core (3.12.2) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
ruby2ruby (2.5.0) | ||
ruby_parser (~> 3.1) | ||
sexp_processor (~> 4.6) | ||
ruby_parser (3.20.3) | ||
sexp_processor (~> 4.16) | ||
sexp_processor (4.17.0) | ||
sqlite3 (1.4.4) | ||
thor (1.3.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
zeitwerk (2.6.12) | ||
|
||
PLATFORMS | ||
arm64-darwin-22 | ||
ruby | ||
|
||
DEPENDENCIES | ||
activerecord (~> 6.1.0) | ||
appraisal | ||
byebug | ||
hairtrigger! | ||
mysql2 (~> 0.5) | ||
pg (>= 0.18, < 2.0) | ||
racc (~> 1.7.3) | ||
rake (~> 13.0.6) | ||
rspec (~> 3.12.0) | ||
sqlite3 (~> 1.4.0) | ||
|
||
BUNDLED WITH | ||
2.5.3 |
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,82 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
hairtrigger (1.0.0) | ||
activerecord (>= 6.0, < 8) | ||
ruby2ruby (~> 2.4) | ||
ruby_parser (~> 3.10) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activemodel (7.0.8) | ||
activesupport (= 7.0.8) | ||
activerecord (7.0.8) | ||
activemodel (= 7.0.8) | ||
activesupport (= 7.0.8) | ||
activerecord-trilogy-adapter (3.0.0) | ||
activerecord (>= 7.0, < 7.1a) | ||
trilogy (>= 2.4.0) | ||
activesupport (7.0.8) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
appraisal (2.5.0) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
byebug (11.1.3) | ||
concurrent-ruby (1.2.2) | ||
diff-lcs (1.5.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
minitest (5.20.0) | ||
mysql2 (0.5.5) | ||
pg (1.5.4) | ||
racc (1.7.3) | ||
rake (13.0.6) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-core (3.12.2) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
ruby2ruby (2.5.0) | ||
ruby_parser (~> 3.1) | ||
sexp_processor (~> 4.6) | ||
ruby_parser (3.20.3) | ||
sexp_processor (~> 4.16) | ||
sexp_processor (4.17.0) | ||
sqlite3 (1.4.4) | ||
thor (1.3.0) | ||
trilogy (2.6.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
||
PLATFORMS | ||
arm64-darwin-22 | ||
ruby | ||
|
||
DEPENDENCIES | ||
activerecord (~> 7.0.0) | ||
activerecord-trilogy-adapter (~> 3.0.0) | ||
appraisal | ||
byebug | ||
hairtrigger! | ||
mysql2 (~> 0.5) | ||
pg (>= 0.18, < 2.0) | ||
racc (~> 1.7.3) | ||
rake (~> 13.0.6) | ||
rspec (~> 3.12.0) | ||
sqlite3 (~> 1.4.0) | ||
|
||
BUNDLED WITH | ||
2.5.3 |
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,77 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
hairtrigger (1.0.0) | ||
activerecord (>= 6.0, < 8) | ||
ruby2ruby (~> 2.4) | ||
ruby_parser (~> 3.10) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
activemodel (7.0.8) | ||
activesupport (= 7.0.8) | ||
activerecord (7.0.8) | ||
activemodel (= 7.0.8) | ||
activesupport (= 7.0.8) | ||
activesupport (7.0.8) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
appraisal (2.5.0) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
byebug (11.1.3) | ||
concurrent-ruby (1.2.2) | ||
diff-lcs (1.5.0) | ||
i18n (1.14.1) | ||
concurrent-ruby (~> 1.0) | ||
minitest (5.20.0) | ||
mysql2 (0.5.5) | ||
pg (1.5.4) | ||
racc (1.7.3) | ||
rake (13.0.6) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-core (3.12.2) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
ruby2ruby (2.5.0) | ||
ruby_parser (~> 3.1) | ||
sexp_processor (~> 4.6) | ||
ruby_parser (3.20.3) | ||
sexp_processor (~> 4.16) | ||
sexp_processor (4.17.0) | ||
sqlite3 (1.4.4) | ||
thor (1.3.0) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
|
||
PLATFORMS | ||
arm64-darwin-22 | ||
ruby | ||
|
||
DEPENDENCIES | ||
activerecord (~> 7.0.0) | ||
appraisal | ||
byebug | ||
hairtrigger! | ||
mysql2 (~> 0.5) | ||
pg (>= 0.18, < 2.0) | ||
racc (~> 1.7.3) | ||
rake (~> 13.0.6) | ||
rspec (~> 3.12.0) | ||
sqlite3 (~> 1.4.0) | ||
|
||
BUNDLED WITH | ||
2.5.3 |
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
Oops, something went wrong.