Skip to content

Commit

Permalink
Merge pull request #46 from lagoon-examples/renovate/puma-6.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency puma to ">= 6.5.0"
  • Loading branch information
tobybellwood authored Dec 1, 2024
2 parents ff6dc0f + b63f182 commit 6cafbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem "sqlite3", ">= 2.3.1"
gem "pg", ">= 1.5.9"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 6.4.3"
gem "puma", ">= 6.5.0"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails", ">= 2.0.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
Expand Down Expand Up @@ -251,7 +251,7 @@ DEPENDENCIES
jbuilder (>= 2.13)
logstash-logger (>= 0.26.1)
pg (>= 1.5.9)
puma (>= 6.4.3)
puma (>= 6.5.0)
rails (>= 8.0.0)
selenium-webdriver (>= 4.25.0)
sprockets-rails (>= 3.5.2)
Expand Down

0 comments on commit 6cafbde

Please sign in to comment.