Skip to content

Tweaks to get travis ci tests working again#315

Merged
ghoneycutt merged 4 commits into
voxpupuli:masterfrom
mbmilligan:mbmilligan-fix-tests
Jul 15, 2016
Merged

Tweaks to get travis ci tests working again#315
ghoneycutt merged 4 commits into
voxpupuli:masterfrom
mbmilligan:mbmilligan-fix-tests

Conversation

@mbmilligan
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread Gemfile Outdated
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
Copy Markdown
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
Copy Markdown
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.

2 participants