Skip to content

Commit

Permalink
Support JRuby 9.4 in Ruby bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 24, 2022
1 parent a4dac0c commit 8124086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ruby.yml
Expand Up @@ -186,7 +186,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.7.6', '3.1.2', 'truffleruby-22.3.0' ]
ruby: [ '2.7.6', '3.1.2', 'jruby-9.4.0.0', 'truffleruby-22.3.0' ]
steps:
- name: Checkout source tree
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -313,9 +313,9 @@ pin_browsers()

http_archive(
name = "rules_ruby",
sha256 = "bb0bffb0285ff8fa9a967fc2580ddf3b511818a6baf269dcd6c5c6076c4921d8",
strip_prefix = "rules_ruby-c3cefa71d0111a04c9ce0672c65d376262d8d975",
url = "https://github.com/p0deje/rules_ruby/archive/c3cefa71d0111a04c9ce0672c65d376262d8d975.zip",
sha256 = "5aa0780f4fc159ac2970991128db4c843575395a3a903e2353332053461c4821",
strip_prefix = "rules_ruby-0799d724aeca58d42ecbe3b7ebde112dc6565c9f",
url = "https://github.com/p0deje/rules_ruby/archive/0799d724aeca58d42ecbe3b7ebde112dc6565c9f.zip",
)

load(
Expand Down

0 comments on commit 8124086

Please sign in to comment.