Skip to content

Commit

Permalink
Merge pull request #34 from github/dependabot/bundler/puma-5.6.7
Browse files Browse the repository at this point in the history
Bump puma from 5.6.5 to 5.6.7
  • Loading branch information
joshaber authored Aug 21, 2023
2 parents c8b6e28 + 4f47a35 commit bbb9847
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 @@ -13,7 +13,7 @@ gem "sprockets-rails"
gem "sqlite3", "~> 1.4"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
gem "puma", "~> 5.6"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand All @@ -164,7 +164,7 @@ GEM
parser (3.2.0.0)
ast (~> 2.4.1)
public_suffix (5.0.1)
puma (5.6.5)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -290,7 +290,7 @@ DEPENDENCIES
hotwire-livereload (~> 1.2)
importmap-rails
jbuilder
puma (~> 5.0)
puma (~> 5.6)
rails (~> 7.0.7)
selenium-webdriver
solargraph
Expand Down

0 comments on commit bbb9847

Please sign in to comment.