We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee7cf3 commit 6664ce8Copy full SHA for 6664ce8
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
- run: ruby --version
120
- run: gem --version
121
- run: rake --version
122
- - run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
+ - run: ruby -ropen-uri -e 'puts URI.send(:open, %{https://rubygems.org/}) { |f| f.read(1024) }'
123
- run: gem install json:2.2.0 --no-document
124
- run: bundle --version
125
- run: bundle install
0 commit comments