File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 63
63
ruby-version : ${{ matrix.ruby_version }}
64
64
bundler-cache : ${{ ! contains(matrix.ruby_version, 'jruby') }}
65
65
66
- # https://github.com/jruby/jruby/issues/8606#issuecomment-2641501008
67
- - name : Bundle Jruby
68
- if : ${{ contains(matrix.ruby_version, 'jruby') }}
69
- run : gem install jar-dependencies && bundle
70
-
71
66
- name : Start Redis
72
67
uses : supercharge/redis-github-action@c169aa53af4cd5d9321e9114669dbd11be08d307
73
68
with :
Original file line number Diff line number Diff line change 3
3
source "https://rubygems.org"
4
4
git_source ( :github ) { |name | "https://github.com/#{ name } .git" }
5
5
6
- gem "jar-dependencies " if RUBY_PLATFORM == "java"
6
+ gem "ruby-maven" , "~> 3.9 " if RUBY_PLATFORM == "java"
7
7
gem "rake" , "~> 12.0"
8
8
9
9
ruby_version = Gem ::Version . new ( RUBY_VERSION )
You can’t perform that action at this time.
0 commit comments