Skip to content

Commit 6e6e7a1

Browse files
Bump puma from 3.12.6 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.12. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.6...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 732bea8 commit 6e6e7a1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 6.1.3'
66
# Use postgresql as the database for Active Record
77
gem 'pg'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.11'
9+
gem 'puma', '~> 4.3'
1010
# Use SCSS for stylesheets
1111
gem 'sass-rails', '~> 5.0'
1212
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ GEM
172172
orm_adapter (0.5.0)
173173
pg (1.2.3)
174174
public_suffix (4.0.6)
175-
puma (3.12.6)
175+
puma (4.3.12)
176+
nio4r (~> 2.0)
176177
racc (1.5.2)
177178
rack (2.2.3)
178179
rack-test (1.1.0)
@@ -338,7 +339,7 @@ DEPENDENCIES
338339
less-rails (~> 3.0.0)
339340
letter_opener
340341
pg
341-
puma (~> 3.11)
342+
puma (~> 4.3)
342343
rails (~> 6.1.3)
343344
rails-controller-testing
344345
rspec-rails (~> 4.0.1)

0 commit comments

Comments
 (0)