Skip to content

Commit

Permalink
Bump puma from 6.1.0 to 6.4.2 (#470)
Browse files Browse the repository at this point in the history
* Bump puma from 6.1.0 to 6.4.2

Bumps [puma](https://github.com/puma/puma) from 6.1.0 to 6.4.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.1.0...v6.4.2)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Nicolas Florentin <nicolas@sleede.com>
Co-authored-by: Du Peng <gnepud@gmail.com>
Co-authored-by: Vincent <vincent@sleede.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Feb 23, 2024
1 parent 1ba0c66 commit e54fd05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rails', '~> 7.0'
# Used by rails 5.2 to reduce the app boot time by over 50%
gem 'bootsnap'
# Use Puma as web server
gem 'puma', '6.1.0'
gem 'puma', '6.4.2'
gem 'shakapacker', '6.6.0'

# rails 6 compatibility with ruby 3 (may not be required after upgrade to rails 7)
Expand Down Expand Up @@ -95,7 +95,7 @@ gem 'aasm'
gem 'sidekiq', '6.5.12'
# Recurring jobs for Sidekiq
gem 'sidekiq-scheduler', '5.0.3'
gem 'sidekiq-unique-jobs', '~> 7.1.23'
gem 'sidekiq-unique-jobs', '~> 7.1.33'

gem 'stripe', '5.29.0'

Expand Down
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
brpoplpush-redis_script (0.1.2)
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0)
redis (>= 1.0, < 6)
builder (3.2.4)
bullet (7.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
coveralls_reborn (0.18.0)
simplecov (>= 0.18.1, < 0.20.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.7.0)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand Down Expand Up @@ -339,13 +339,13 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (6.1.0)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.8.1)
rack-oauth2 (1.21.3)
activesupport
attr_required
Expand Down Expand Up @@ -394,7 +394,7 @@ GEM
recurrence (1.3.0)
activesupport
i18n
redis (4.6.0)
redis (4.8.1)
redis-session-store (0.11.4)
actionpack (>= 3, < 8)
redis (>= 3, < 5)
Expand Down Expand Up @@ -462,10 +462,11 @@ GEM
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
sidekiq-unique-jobs (7.1.23)
sidekiq-unique-jobs (7.1.33)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 5.0, < 8.0)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0)
silencer (2.0.0)
simplecov (0.19.0)
Expand All @@ -487,7 +488,7 @@ GEM
ffi (~> 1.1)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.2.1)
thor (1.3.0)
thread_safe (0.3.6)
tilt (2.3.0)
timeout (0.3.2)
Expand Down Expand Up @@ -595,7 +596,7 @@ DEPENDENCIES
prawn
prawn-table
pry
puma (= 6.1.0)
puma (= 6.4.2)
pundit
railroady
rails (~> 7.0)
Expand All @@ -618,7 +619,7 @@ DEPENDENCIES
shakapacker (= 6.6.0)
sidekiq (= 6.5.12)
sidekiq-scheduler (= 5.0.3)
sidekiq-unique-jobs (~> 7.1.23)
sidekiq-unique-jobs (~> 7.1.33)
silencer
spring (~> 4)
spring-watcher-listen (~> 2.1.0)
Expand Down

0 comments on commit e54fd05

Please sign in to comment.