Skip to content

Commit

Permalink
chore(deps): update dependency json to v2 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent fb0e875 commit 3946d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/animal-service/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end

gem 'rake'
gem 'rack', '~>1.5.2'
gem 'json', '~>1.6'
gem 'json', '~>2.3'
gem 'sqlite3'
gem 'sequel'
gem 'sinatra'
2 changes: 1 addition & 1 deletion example/zoo-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ end

gem 'rake'
gem 'rack', '~>1.5.2'
gem 'json', '~>1.6.8'
gem 'json', '~>2.3.0'
gem 'httparty'

0 comments on commit 3946d50

Please sign in to comment.