-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
New alpha release downgraded my cucumber gem #625
Comments
Thanks, @jasnow. I'll look into it. |
I'll release an alpha.4 soon. |
@jasnow and released it is. |
@mvz - Tried alpha4. Should I make another issue regarding contracts (now at 0.16.0), ffi (now at 1.11.1), and rspec-expectations (now at 3.8.3) dependency constraints? |
@jasnow Those constraints are like that on purpose so they allow both older and newer versions. |
Getting this error for rake on one of my repos after upgrading to alpha.4:
Run fine on current aruba gem release. |
Hm .. that file is deprecated in the current release. Are you using the InProcess runner or just requiring that file somewhere? |
"in_process" still works (no error or message) in gem release 0.14.9. |
That means you're not actually using the InProcess class defined there. I indeed noticed that requiring that file in 0.14.9 won't print a deprecation message, whereas instantiating Aruba::InProcess will. It probably should complain when required, but for using the alpha.4 release, you can just remove the require. To help me find out where we need to improve deprecation messaging, do you know why you added a require for this particular file? |
Making a new issue starting with above comments to stop cluttering this issue. |
Tried your new 1.0.0.pre.alpha.3 release and it took my cucumber gem from
3.1.2 to 2.99.0. Appears one or more dependencies are holding it back.
Here is the diff of my Gemfile.lock file:
The text was updated successfully, but these errors were encountered: