Skip to content

Commit a232f2a

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 f72fe47 commit a232f2a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.6'
88
# Use sqlite3 as the database for Active Record
99
gem "sqlite3", "~> 1.3.0"
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.11'
11+
gem 'puma', '~> 4.3'
1212
# Use SCSS for stylesheets
1313
gem 'sass-rails', '~> 5.0'
1414
# Use Uglifier as compressor for JavaScript assets

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ GEM
241241
archive-zip (~> 0.10)
242242
nokogiri (~> 1.8)
243243
clipboard-rails (1.7.1)
244+
coderay (1.1.3)
244245
coercible (1.0.0)
245246
descendants_tracker (~> 0.0.1)
246247
coffee-rails (4.2.2)
@@ -608,9 +609,9 @@ GEM
608609
kaminari-core (1.2.2)
609610
kaminari_route_prefix (0.1.1)
610611
kaminari (~> 1.0)
612+
language_list (1.2.1)
611613
launchy (2.5.0)
612614
addressable (~> 2.7)
613-
language_list (1.2.1)
614615
ld-patch (3.2.0)
615616
ebnf (~> 2.2)
616617
rdf (~> 3.2)
@@ -749,7 +750,8 @@ GEM
749750
posix-spawn (0.3.15)
750751
power_converter (0.1.2)
751752
public_suffix (4.0.6)
752-
puma (3.12.6)
753+
puma (4.3.12)
754+
nio4r (~> 2.0)
753755
qa (5.8.1)
754756
activerecord-import
755757
deprecation
@@ -1127,7 +1129,7 @@ DEPENDENCIES
11271129
orcid!
11281130
pdfjs_viewer-rails!
11291131
pg
1130-
puma (~> 3.11)
1132+
puma (~> 4.3)
11311133
rack-attack
11321134
rails (~> 5.2.6)
11331135
redis (~> 4.0)

0 commit comments

Comments
 (0)