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 8b354c2 commit db2d09dCopy full SHA for db2d09d
2 files changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: OpenSSL test
33
run: ruby -ropen-uri -e 'puts open(%{https://rubygems.org/}) { |f| f.read(1024) }'
34
- name: C extension test
35
- run: gem install json --no-document
+ run: gem install json:2.2.0 --no-document
36
- name: Bundler version
37
run: bundle --version
38
- name: Bundler test
Gemfile
@@ -2,4 +2,4 @@
2
source 'https://rubygems.org'
3
4
gem "path"
5
-gem "json"
+gem "json", "2.2.0"
0 commit comments