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

fix ruby1.9 testsuite? #198

Closed
bastelfreak opened this issue Jul 21, 2016 · 2 comments
Closed

fix ruby1.9 testsuite? #198

bastelfreak opened this issue Jul 21, 2016 · 2 comments

Comments

@bastelfreak
Copy link
Member

We're currently using the latest rspec-rubocop release. They dropped ruby1.9 support a few days back. We probably need to pin it, would be cool if we can only pin it for ruby1.9.

@jk2l
Copy link

jk2l commented Jul 29, 2016

updating it to this seem to fix it. and travis run on rubocop can only set it to run in 2.0.0+ version so it shouldn't break anything

gem 'rubocop-rspec', '~> 1.5', :require => false if RUBY_VERSION >= '2.0.0'

@bastelfreak
Copy link
Member Author

merged

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

No branches or pull requests

2 participants