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

Restrict to rexml 3.0 - 3.2.6 #2717

Merged
merged 1 commit into from
May 17, 2024
Merged

Conversation

joshcooper
Copy link
Contributor

rexml 3.2.7 added a runtime dependency on strscan, which requires native extensions on MRI Ruby and whose StringScanner.match method behaves differently depending on whether you're using the native or Java extension.

See ruby/rexml#131

rexml 3.2.7 added a runtime dependency on strscan, which requires native
extensions on MRI Ruby and whose StringScanner.match method behaves
differently depending on whether you're using the native or Java
extension.

See ruby/rexml#131
@joshcooper joshcooper marked this pull request as ready for review May 17, 2024 19:21
@joshcooper joshcooper requested a review from a team as a code owner May 17, 2024 19:21
@mhashizume mhashizume added the maintenance Maintenance chores are excluded from changelogs label May 17, 2024
@mhashizume mhashizume merged commit dc78320 into puppetlabs:main May 17, 2024
17 checks passed
@joshcooper joshcooper deleted the pin_rexml branch May 17, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants