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

Ruby version isn't limited in gemspec. #63

Closed
JonRowe opened this issue Jun 28, 2020 · 1 comment · Fixed by abtion/abt#3
Closed

Ruby version isn't limited in gemspec. #63

JonRowe opened this issue Jun 28, 2020 · 1 comment · Fixed by abtion/abt#3
Assignees

Comments

@JonRowe
Copy link
Contributor

JonRowe commented Jun 28, 2020

Hello (again)!

The gemspec for the library doesn't limit a Ruby version, as you've made changes to your supported Ruby version, it would be good if future releases that make further changes to supported Ruby versions specify the minimum required Ruby versions, this helps bundler pick the right version of the gem (or hard fail to install).

Currently 1.4 is broken on Ruby < 2 due to the use of (at least) Array#lazy.
(RSpec supports back to 1.8.7 in this current major release).

@halostatue halostatue self-assigned this Jun 28, 2020
@halostatue
Copy link
Owner

Thank you for the report. I consider this a breaking change and will change the code to not use Array#lazy; I have things to do this morning, so I will make the change later and release an updated version today.

Sorry for this regression.

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 a pull request may close this issue.

2 participants