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 CI failures #374

Merged
merged 3 commits into from
Jan 7, 2020
Merged

Fix CI failures #374

merged 3 commits into from
Jan 7, 2020

Commits on Jan 7, 2020

  1. Fix truffleruby CI failure

    See oracle/truffleruby#1857
    
    Also specify the version we test against, instead of having it change
    unexpectedly.
    dentarg committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    8572744 View commit details
    Browse the repository at this point in the history
  2. Fix JRuby CI failures

    JRuby 9.1.17.0 and 9.2.6.0 failed on bundle install when they used
    Bundler 2.1.2.[1][2] Last green build[3] used Bundler 2.0.2. JRuby
    9.2.7.0 and up works with Bundler 2.1.x[4].
    
    Did not manage to remove Bundler 2.1.4 from Travis with just one "gem
    uninstall ..." command, don't know why.
    
    1: https://travis-ci.org/sporkmonger/addressable/jobs/629762474
    2: https://travis-ci.org/sporkmonger/addressable/jobs/629762473
    3: https://travis-ci.org/sporkmonger/addressable/builds/583018677
    4: https://travis-ci.org/dentarg/addressable/builds/633344956
    dentarg committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    656e452 View commit details
    Browse the repository at this point in the history
  3. Bump Ruby versions

    dentarg committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    5f29ea6 View commit details
    Browse the repository at this point in the history