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

Relax rake dependency pinning #619

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Conversation

hana-da
Copy link
Contributor

@hana-da hana-da commented Feb 3, 2023

This gem seems to use rake 10.1 to support Ruby 1.8.
see: 64b3072

However, rake 10.1 does not work with Ruby 3.2 because Object#=~ has been removed.
(which raises a NoMethodError exception)

So I have removed the version limitation of rake in Ruby 1.9 and later development environments.

This gem seems to use rake 10.1 to support Ruby 1.8.
see: 64b3072

However, rake 10.1 does not work with Ruby 3.2 because Object#=~ has been removed.
(which raises a NoMethodError exception)

So I have removed the version limitation of rake in Ruby 1.9 and later development environments.
@mizzy
Copy link
Owner

mizzy commented Feb 3, 2023

Thanks!

@mizzy mizzy merged commit 2889725 into mizzy:master Feb 3, 2023
@mizzy
Copy link
Owner

mizzy commented Feb 16, 2023

Released as v2.42.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants