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

ci: fix development dependency breakage #2618

Merged
merged 2 commits into from
Aug 8, 2022

Commits on Aug 7, 2022

  1. ci: make sure we install the latest bundler

    because ruby/setup-ruby#358 broke a lot of
    our CI jobs
    flavorjones committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    b205713 View commit details
    Browse the repository at this point in the history
  2. dep(dev): pin jar-dependencies to 0.4.1

    because jruby 9.3.6.0 has jar-dependencies 0.4.0 as a default gem and
    jruby/jruby#7262 describes a problem
    overriding that default version.
    
    this can be undone (loosened) once the problem is fixed upstream
    flavorjones committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    952d9e4 View commit details
    Browse the repository at this point in the history