Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ jobs:
ruby-version: jruby
bundler: none
- name: Install runtime and test gems
# rdoc 8.0.0 added a runtime dependency on rbs, which pulls the released
# C-extension rbs gem and fails to build on JRuby. Pin rdoc below 8 until
# a -java rbs gem is published.
run: |
gem install prism rake rake-compiler test-unit rspec minitest json-schema pry --no-document
gem install rdoc -v "< 8" --no-document
run: gem install prism rake rake-compiler test-unit rdoc rspec minitest json-schema pry --no-document
# jar-dependencies resolves through the JVM, so download the Chicory/ASM
# jars into ~/.m2 here on JRuby (jar-dependencies is not available in the
# CRuby step above).
Expand Down
Loading