Skip to content

Commit 51e7f7b

Browse files
Bump puma from 3.12.1 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.1...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d077a8 commit 51e7f7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :production, :development, :test do
1111
# Use sqlite3 as the database for Active Record
1212
gem 'sqlite3', '~> 1.3.13'
1313
# Use Puma as the app server
14-
gem 'puma', '~> 3.7'
14+
gem 'puma', '~> 4.3'
1515
# Use SCSS for stylesheets
1616
gem 'sass-rails', '~> 5.0'
1717
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,8 @@ GEM
647647
powerpack (0.1.2)
648648
public_suffix (3.0.3)
649649
pul_uv_rails (2.0.1)
650-
puma (3.12.1)
650+
puma (4.3.12)
651+
nio4r (~> 2.0)
651652
qa (2.2.0)
652653
activerecord-import
653654
deprecation
@@ -989,7 +990,7 @@ DEPENDENCIES
989990
omniauth-saml
990991
orcid!
991992
pdfjs_viewer-rails!
992-
puma (~> 3.7)
993+
puma (~> 4.3)
993994
rack-attack
994995
rails (~> 5.1.6.1)
995996
redis (~> 4.0)

0 commit comments

Comments
 (0)