Skip to content

Commit

Permalink
Merge pull request #11 from mooncowboy/dependabot/bundler/puma-5.6.9
Browse files Browse the repository at this point in the history
Bump puma from 5.6.6 to 5.6.9
  • Loading branch information
mooncowboy authored Nov 7, 2024
2 parents 2f7b1a0 + 64b48f5 commit 671a851
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 @@ -143,7 +143,7 @@ GEM
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nio4r (2.7.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
Expand All @@ -161,7 +161,7 @@ GEM
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
public_suffix (5.0.3)
puma (5.6.6)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -270,7 +270,7 @@ DEPENDENCIES
dotenv-rails
importmap-rails
jbuilder
puma (~> 5.0)
puma (~> 5.6)
rails (~> 7.0.6)
rspotify
selenium-webdriver
Expand Down

0 comments on commit 671a851

Please sign in to comment.