Skip to content

Commit

Permalink
Update dependency puma to '~> 6.4', '>= 6.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 98330e1 commit d00dae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rails', '~> 7.1.3', '>= 7.1.3.3'
gem 'mysql2', '~> 0.5', '>= 0.5.6'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 6.4', '>= 6.4.2'
gem 'puma', '~> 6.4', '>= 6.4.3'

# Process ZIP archives
gem 'rubyzip', '~> 2.3', '>= 2.3.2'
Expand Down
2 changes: 1 addition & 1 deletion api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ DEPENDENCIES
faker (~> 3.5.1)
mocha (~> 2.4.5)
mysql2 (~> 0.5, >= 0.5.6)
puma (~> 6.4, >= 6.4.2)
puma (~> 6.4, >= 6.4.3)
rack-cors
rails (~> 7.1.3, >= 7.1.3.3)
rubocop-minitest (~> 0.35.0)
Expand Down

0 comments on commit d00dae6

Please sign in to comment.