Skip to content

Commit 3946d50

Browse files
chore(deps): update dependency json to v2 [security]
1 parent fb0e875 commit 3946d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/animal-service/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88

99
gem 'rake'
1010
gem 'rack', '~>1.5.2'
11-
gem 'json', '~>1.6'
11+
gem 'json', '~>2.3'
1212
gem 'sqlite3'
1313
gem 'sequel'
1414
gem 'sinatra'

example/zoo-app/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ end
88

99
gem 'rake'
1010
gem 'rack', '~>1.5.2'
11-
gem 'json', '~>1.6.8'
11+
gem 'json', '~>2.3.0'
1212
gem 'httparty'

0 commit comments

Comments
 (0)