mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Rubinius fails to build the latest json 2.3.0 gem
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: OpenSSL test
|
||||
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
|
||||
- name: C extension test
|
||||
run: gem install json --no-document
|
||||
run: gem install json:2.2.0 --no-document
|
||||
- name: Bundler version
|
||||
run: bundle --version
|
||||
- name: Bundler test
|
||||
|
||||
Reference in New Issue
Block a user