Skip to content

Commit bee038e

Browse files
Update dependency puma to v7 (#230)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | puma | `'6.6.0'` -> `'7.0.4'` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/puma/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/puma/6.6.0/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/powerhome/power-web-development-interview). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6817584 commit bee038e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'bootsnap', '1.18.6', require: false
77
gem 'coffee-rails', '5.0.0'
88
gem 'jbuilder', '2.14.1'
99
gem 'mysql2', '0.5.7'
10-
gem 'puma', '6.6.0'
10+
gem 'puma', '7.0.4'
1111
gem 'rails', '8.0.3'
1212
gem 'sass-rails', '6.0.0'
1313
gem 'turbolinks', '5.2.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ GEM
186186
date
187187
stringio
188188
public_suffix (6.0.2)
189-
puma (6.6.0)
189+
puma (7.0.4)
190190
nio4r (~> 2.0)
191191
racc (1.8.1)
192192
rack (3.2.1)
@@ -349,7 +349,7 @@ DEPENDENCIES
349349
mysql2 (= 0.5.7)
350350
pry-byebug
351351
pry-rails
352-
puma (= 6.6.0)
352+
puma (= 7.0.4)
353353
rails (= 8.0.3)
354354
rspec-rails (= 8.0.0)
355355
sass-rails (= 6.0.0)

0 commit comments

Comments
 (0)