Skip to content

Commit 93ab9ac

Browse files
Remove no longer needed workaround for JRuby
1 parent c11ada9 commit 93ab9ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/install-rubygems.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ jobs:
8585
- name: Check bundler install didn't hit the network
8686
run: if grep -q 'GET http' output.txt; then false; else true; fi
8787
working-directory: ./bundler
88-
- name: Workaround bad nio4r release on JRuby, so that Rails can be installed below
89-
run: gem install nio4r --version 2.7.1
90-
if: matrix.ruby.name == 'jruby'
9188
- name: Check rails can be installed
9289
run: gem install rails --verbose --backtrace
9390
timeout-minutes: 10

0 commit comments

Comments
 (0)