Skip to content

Commit 04c5b25

Browse files
dependabot[bot]jfedericofarhatahmad
authored
Bump puma from 6.2.1 to 6.3.1 (#1014)
Bumps [puma](https://github.com/puma/puma) from 6.2.1 to 6.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.2.1...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesus Federico <jesus@123it.ca> Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
1 parent dd6fb56 commit 04c5b25

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
@@ -8,7 +8,7 @@ ruby '>= 3.0.0'
88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
99
gem 'rails', '~> 6.1', '>= 6.1.7.3'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 6.2', '>= 6.2.1'
11+
gem 'puma', '~> 6.3'
1212

1313
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1414
# gem 'jbuilder', '~> 2.7'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ GEM
132132
ast (~> 2.4.1)
133133
pg (1.4.6)
134134
public_suffix (5.0.1)
135-
puma (6.2.1)
135+
puma (6.3.1)
136136
nio4r (~> 2.0)
137137
racc (1.6.2)
138138
rack (2.2.6.4)
@@ -265,7 +265,7 @@ DEPENDENCIES
265265
jwt (~> 2.7.0)
266266
minitest-stub_any_instance
267267
pg (~> 1.4.4)
268-
puma (~> 6.2, >= 6.2.1)
268+
puma (~> 6.3)
269269
rails (~> 6.1, >= 6.1.7.3)
270270
rails-controller-testing
271271
redis (~> 4.8.0)

0 commit comments

Comments
 (0)