Skip to content

Commit 9a3a7ba

Browse files
Bump puma from 3.12.2 to 4.3.8
Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 4.3.8. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.2...v4.3.8) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 040118d commit 9a3a7ba

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-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.3'
88
# For database
99
gem 'pg'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.12'
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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ GEM
9999
marcel (0.3.3)
100100
mimemagic (~> 0.3.2)
101101
method_source (0.9.2)
102-
mimemagic (0.3.3)
102+
mimemagic (0.3.10)
103+
nokogiri (~> 1)
104+
rake
103105
mini_mime (1.0.2)
104106
mini_portile2 (2.4.0)
105107
minitest (5.12.0)
@@ -112,7 +114,8 @@ GEM
112114
ast (~> 2.4.0)
113115
pg (1.1.4)
114116
public_suffix (4.0.1)
115-
puma (3.12.2)
117+
puma (4.3.8)
118+
nio4r (~> 2.0)
116119
rack (2.0.8)
117120
rack-test (1.1.0)
118121
rack (>= 1.0, < 3)
@@ -216,7 +219,7 @@ DEPENDENCIES
216219
jbuilder (~> 2.5)
217220
listen (>= 3.0.5, < 3.2)
218221
pg
219-
puma (~> 3.12)
222+
puma (~> 4.3)
220223
rails (~> 5.2.3)
221224
rubocop
222225
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)