Skip to content

Commit db2d09d

Browse files
committed
Rubinius fails to build the latest json 2.3.0 gem
1 parent 8b354c2 commit db2d09d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: OpenSSL test
3333
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
3434
- name: C extension test
35-
run: gem install json --no-document
35+
run: gem install json:2.2.0 --no-document
3636
- name: Bundler version
3737
run: bundle --version
3838
- name: Bundler test

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source 'https://rubygems.org'
33

44
gem "path"
5-
gem "json"
5+
gem "json", "2.2.0"

0 commit comments

Comments
 (0)