We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20616fa commit b0c2affCopy full SHA for b0c2aff
.github/workflows/maven.yml
@@ -99,6 +99,9 @@ jobs:
99
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
100
bundler: 'Gemfile.lock'
101
102
+ - name: Remove jruby-launcher # Coming from setup-ruby/ruby-build and causes annoying warnings
103
+ run: gem uninstall -a jruby-launcher
104
+
105
- name: Run appraisal for ${{ matrix.appraisal }}
106
run: bundle install && bundle exec rake spec
107
0 commit comments