Skip to content

Commit

Permalink
build(deps): bump puma from 5.6.2 to 5.6.7 in /run/rails (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 0b1e567 commit 37e6c13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion run/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "rails", "~> 7.0.2", ">= 7.0.2.1"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
# Use Puma as the app server
gem "puma", "~> 5.0"
gem "puma", "~> 5.6"
# Use SCSS for stylesheets
gem "sassc", "~> 2.4.0"
gem "sass-rails", ">= 6"
Expand Down
6 changes: 3 additions & 3 deletions run/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ GEM
digest
net-protocol
timeout
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
os (1.1.4)
pg (1.3.2)
public_suffix (4.0.6)
puma (5.6.2)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.1)
rack (2.2.4)
Expand Down Expand Up @@ -316,7 +316,7 @@ DEPENDENCIES
jsbundling-rails (>= 1.0.1, < 1.2)
listen (~> 3.3)
pg (~> 1.1)
puma (~> 5.0)
puma (~> 5.6)
rack-mini-profiler (~> 3.0)
rails (~> 7.0.2, >= 7.0.2.1)
sass-rails (>= 6)
Expand Down

0 comments on commit 37e6c13

Please sign in to comment.