Skip to content

Commit 6118f16

Browse files
committed
Update json gem
1 parent f0632ca commit 6118f16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "rspec"
1111
gem "rubocop"
1212
gem "rubocop-rubycw"
1313
gem "rubocop-on-rbs"
14-
gem "json", "~> 2.10.2"
14+
gem "json"
1515
gem "json-schema"
1616
gem "goodcheck"
1717
gem 'digest'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
pp (>= 0.6.0)
5656
rdoc (>= 4.0.0)
5757
reline (>= 0.4.2)
58-
json (2.10.2)
58+
json (2.17.1)
5959
json-schema (6.0.0)
6060
addressable (~> 2.8)
6161
bigdecimal (~> 3.1)
@@ -201,7 +201,7 @@ DEPENDENCIES
201201
fileutils
202202
goodcheck
203203
irb
204-
json (~> 2.10.2)
204+
json
205205
json-schema
206206
memory_profiler
207207
minitest

0 commit comments

Comments
 (0)