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

Tweaks to get travis ci tests working again #315

Merged
merged 4 commits into from Jul 15, 2016

Conversation

mbmilligan
Copy link
Contributor

No description provided.

@@ -13,6 +13,7 @@ end
if RUBY_VERSION >= '1.8.7' and RUBY_VERSION < '1.9'
gem 'rspec', '~> 2.0'
gem 'rake', '~> 10.0'
gem 'json', '~> 1.8'
Copy link
Member

Choose a reason for hiding this comment

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

json needs to be pinned to v1 for ruby < 2

Please use this instead

if RUBY_VERSION >= '1.8.7' and RUBY_VERSION < '2.0'
  gem 'json', '~> 1.0'
end

@ghoneycutt
Copy link
Member

Thank you!

@ghoneycutt ghoneycutt merged commit c6ac464 into voxpupuli:master Jul 15, 2016
@mbmilligan mbmilligan deleted the mbmilligan-fix-tests branch July 15, 2016 23:20
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.

None yet

2 participants