Skip to content

Commit

Permalink
chore(deps): update dependency rack to '~>1.6.0' [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent fb0e875 commit bba6044
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 @@ -7,7 +7,7 @@ group :development, :test do
end

gem 'rake'
gem 'rack', '~>1.5.2'
gem 'rack', '~>1.6.0'
gem 'json', '~>1.6'
gem 'sqlite3'
gem 'sequel'
Expand Down
2 changes: 1 addition & 1 deletion example/zoo-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ group :development, :test do
end

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

0 comments on commit bba6044

Please sign in to comment.