Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ruby 3.1 and 3.2 to test matrix #29

Merged
merged 4 commits into from
Jan 6, 2023

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Jan 5, 2023

This PR also loosens regexes in specs to deal with other data on STDERR

In particular, newer Rubies (3.1, 3.2) combined with older bundlers
(2.1, 2.2) raise deprecation warnings to STDERR. The regex is too
strict, and doesn't ignore those errors.

@Fryguy Fryguy added the enhancement New feature or request label Jan 5, 2023
In particular, newer Rubies (3.1, 3.2) combined with older bundlers
(2.1, 2.2) raise deprecation warnings to STDERR. The regex is too
strict, and doesn't ignore those errors.
@Fryguy
Copy link
Member Author

Fryguy commented Jan 6, 2023

@agrare Rebased.

@agrare agrare merged commit 45f743c into ManageIQ:master Jan 6, 2023
@Fryguy Fryguy deleted the add_newer_rubies branch January 6, 2023 23:28
agrare added a commit that referenced this pull request Jan 9, 2024
Fixed
* Remove remnants of bundler 1.x support (#20)
* Fix detection of bundler version (#21)
* Fix spec issues after release of bundler 2.4.17 (#32)

Added
* Switch to GitHub Actions (#25)
* Add bundler 2.4 to the test matrix (#28)
* Add Ruby 3.1 and 3.2 to test matrix (#29)
* Allow user to specify a PATH to search for gem overrides (#34)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants