1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Update JRuby on Travis to avoid rubygems bug

> Your RubyGems version (3.1.6)) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`
This commit is contained in:
Kim Burgestrand 2022-01-14 17:27:46 +01:00
parent 5a5df7894d
commit 5f45913b64

View file

@ -18,6 +18,8 @@ matrix:
- rvm: 2.7.3
- rvm: 3.0.1
- rvm: jruby-9.2.17.0
before_install:
- yes | gem update --system
env:
- JRUBY_OPTS="--debug"
- rvm: truffleruby-head