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

lock last version for ruby-1.9.3 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

esabelhaus
Copy link
Collaborator

lock rubocop before upgrading support for only ruby-2 +

@@ -32,7 +32,7 @@ client certificates.'
spec.add_development_dependency 'rack'
spec.add_development_dependency 'rack-test'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop', '~> 0.41.1'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need to be a hard-lock, version 0.41.2 of Rubocop is what required Ruby 2.0 support so a pessimistic lock on the patch will still pull in the breaking version.

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