Skip to content

Commit 66778ab

Browse files
Merge pull request #143 from internetee/renovate/puma-6.x
chore(deps): update dependency puma to '~> 6.6.0'
2 parents 1228e47 + 9a751ec commit 66778ab

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
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
44
gem 'rails', '~> 7.1.5.1'
55
gem 'pg', '~> 1.1'
6-
gem 'puma', '~> 6.5.0'
6+
gem 'puma', '~> 6.6.0'
77
gem 'redis', '~> 5.0'
88
gem 'bcrypt', '~> 3.1.7'
99
gem 'bootsnap', '>= 1.4.4', require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ GEM
349349
psych (5.2.0)
350350
stringio
351351
public_suffix (5.0.3)
352-
puma (6.5.0)
352+
puma (6.6.0)
353353
nio4r (~> 2.0)
354354
racc (1.8.1)
355355
rack (2.2.13)
@@ -580,7 +580,7 @@ DEPENDENCIES
580580
pdfkit
581581
pg (~> 1.1)
582582
pg_search
583-
puma (~> 6.5.0)
583+
puma (~> 6.6.0)
584584
rails (~> 7.1.5.1)
585585
redis (~> 5.0)
586586
rexml (~> 3.3.9)

0 commit comments

Comments
 (0)