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 f0632ca commit 6118f16Copy full SHA for 6118f16
Gemfile
@@ -11,7 +11,7 @@ gem "rspec"
11
gem "rubocop"
12
gem "rubocop-rubycw"
13
gem "rubocop-on-rbs"
14
-gem "json", "~> 2.10.2"
+gem "json"
15
gem "json-schema"
16
gem "goodcheck"
17
gem 'digest'
Gemfile.lock
@@ -55,7 +55,7 @@ GEM
55
pp (>= 0.6.0)
56
rdoc (>= 4.0.0)
57
reline (>= 0.4.2)
58
- json (2.10.2)
+ json (2.17.1)
59
json-schema (6.0.0)
60
addressable (~> 2.8)
61
bigdecimal (~> 3.1)
@@ -201,7 +201,7 @@ DEPENDENCIES
201
fileutils
202
goodcheck
203
irb
204
- json (~> 2.10.2)
+ json
205
json-schema
206
memory_profiler
207
minitest
0 commit comments