Skip to content

Commit 8124086

Browse files
committed
Support JRuby 9.4 in Ruby bindings
1 parent a4dac0c commit 8124086

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
strategy:
187187
fail-fast: false
188188
matrix:
189-
ruby: [ '2.7.6', '3.1.2', 'truffleruby-22.3.0' ]
189+
ruby: [ '2.7.6', '3.1.2', 'jruby-9.4.0.0', 'truffleruby-22.3.0' ]
190190
steps:
191191
- name: Checkout source tree
192192
uses: actions/checkout@v2

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ pin_browsers()
313313

314314
http_archive(
315315
name = "rules_ruby",
316-
sha256 = "bb0bffb0285ff8fa9a967fc2580ddf3b511818a6baf269dcd6c5c6076c4921d8",
317-
strip_prefix = "rules_ruby-c3cefa71d0111a04c9ce0672c65d376262d8d975",
318-
url = "https://github.com/p0deje/rules_ruby/archive/c3cefa71d0111a04c9ce0672c65d376262d8d975.zip",
316+
sha256 = "5aa0780f4fc159ac2970991128db4c843575395a3a903e2353332053461c4821",
317+
strip_prefix = "rules_ruby-0799d724aeca58d42ecbe3b7ebde112dc6565c9f",
318+
url = "https://github.com/p0deje/rules_ruby/archive/0799d724aeca58d42ecbe3b7ebde112dc6565c9f.zip",
319319
)
320320

321321
load(

0 commit comments

Comments
 (0)