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 96d362a commit cd5254aCopy full SHA for cd5254a
.github/workflows/maven.yml
@@ -89,7 +89,7 @@ jobs:
89
uses: ruby/setup-ruby@v1
90
with:
91
ruby-version: jruby-${{ matrix.jruby_version }}
92
- bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
+ bundler-cache: 'true'
93
bundler: ${{ startsWith(matrix.jruby_version, '9.3') && '2.3.27' || 'Gemfile.lock' }}
94
95
- name: Remove jruby-launcher # Coming from setup-ruby/ruby-build and causes annoying warnings
0 commit comments