Update dependency rack to v3

pull/25972/head
renovate[bot] 2023-07-16 06:56:27 +00:00 committed by GitHub
parent 71db616fed
commit 4aa8612942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ gem 'puma', '~> 6.3'
gem 'rails', '~> 7.0'
gem 'sprockets', '~> 3.7.2'
gem 'thor', '~> 1.2'
gem 'rack', '~> 2.2.7'
gem 'rack', '~> 3.0.0'
gem 'haml-rails', '~>2.0'
gem 'pg', '~> 1.5'