Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from gentildpinto/dependabot/bundler/puma-5.6.7
Browse files Browse the repository at this point in the history
Bump puma from 5.6.4 to 5.6.7
  • Loading branch information
gentildpinto authored Oct 10, 2023
2 parents d74857d + 9e59a8b commit b547e5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.0.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.4'
# Use Puma as the app server
gem 'puma', '~> 5.6.4'
gem 'puma', '~> 5.6.7'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ GEM
mini_portile2 (2.8.1)
minitest (5.17.0)
msgpack (1.4.2)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (5.6.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -212,7 +212,7 @@ DEPENDENCIES
listen (~> 3.4.1)
nokogiri (~> 1.14.3)
pry (~> 0.14.0)
puma (~> 5.6.4)
puma (~> 5.6.7)
rack-cors
rack-mini-profiler (~> 2.3.1)
rails (~> 6.1.4)
Expand Down

0 comments on commit b547e5d

Please sign in to comment.