Skip to content

Commit 3c7ca8d

Browse files
committed
WIP
1 parent e3ff6ee commit 3c7ca8d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/sentry_ruby_test.yml

-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ jobs:
6363
ruby-version: ${{ matrix.ruby_version }}
6464
bundler-cache: ${{ ! contains(matrix.ruby_version, 'jruby') }}
6565

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-
7166
- name: Start Redis
7267
uses: supercharge/redis-github-action@c169aa53af4cd5d9321e9114669dbd11be08d307
7368
with:

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |name| "https://github.com/#{name}.git" }
55

6-
gem "jar-dependencies" if RUBY_PLATFORM == "java"
6+
gem "ruby-maven", "~> 3.9" if RUBY_PLATFORM == "java"
77
gem "rake", "~> 12.0"
88

99
ruby_version = Gem::Version.new(RUBY_VERSION)

0 commit comments

Comments
 (0)