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

Removed the ruby 1.8 build from travis #340

Merged
merged 1 commit into from
Jul 20, 2016

Conversation

iainbeeston
Copy link
Contributor

Ruby 1.8 support hasn't worked for some time, and we've been ignoring
build failures on travis for ruby 1.8. Here are some examples of code
that has already been released, which is incompatible with ruby 1.8:

  • DateTime.rfc3339 was only introduced in ruby 1.9
  • Hash#select was changed to return a Hash in ruby 1.9
  • Hash keys became ordered in ruby 1.9

I haven't added anything to the changelog because this isn't a new
thing, it's been the reality for some time.

@iainbeeston iainbeeston force-pushed the remove-ruby-18 branch 2 times, most recently from 5bda0b6 to f4233ca Compare June 29, 2016 15:47
Ruby 1.8 support hasn't worked for some time, and we've been ignoring
build failures on travis for ruby 1.8. Here are some examples of code
that has already been released, which is incompatible with ruby 1.8:

* DateTime.rfc3339 was only introduced in ruby 1.9
* Hash#select was changed to return a Hash in ruby 1.9
* Hash keys became ordered in ruby 1.9

I haven't added anything to the changelog because this isn't a new
thing, it's been the reality for some time.
@RST-J
Copy link
Contributor

RST-J commented Jul 8, 2016

👍

@iainbeeston iainbeeston merged commit 7c9547b into voxpupuli:master Jul 20, 2016
@iainbeeston iainbeeston deleted the remove-ruby-18 branch July 20, 2016 07:57
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