Skip to content

Commit d102797

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] <[email protected]>
1 parent 4961072 commit d102797

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 @@ ruby '2.5.3'
88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
99
gem 'rails', '~> 5.2.1'
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
@@ -206,7 +206,9 @@ GEM
206206
mime-types (3.2.2)
207207
mime-types-data (~> 3.2015)
208208
mime-types-data (3.2018.0812)
209-
mimemagic (0.3.2)
209+
mimemagic (0.3.10)
210+
nokogiri (~> 1)
211+
rake
210212
mini_mime (1.0.1)
211213
mini_portile2 (2.4.0)
212214
minitest (5.14.0)
@@ -240,7 +242,8 @@ GEM
240242
pry (>= 0.10.4)
241243
psych (3.0.3)
242244
public_suffix (3.0.3)
243-
puma (3.12.6)
245+
puma (4.3.12)
246+
nio4r (~> 2.0)
244247
rack (2.2.3)
245248
rack-cors (1.0.5)
246249
rack (>= 1.6.0)
@@ -405,7 +408,7 @@ DEPENDENCIES
405408
pg (>= 0.20.0)
406409
pry-byebug
407410
pry-rails
408-
puma (~> 3.12)
411+
puma (~> 4.3)
409412
rack-cors (>= 1.0.2)
410413
rails (~> 5.2.1)
411414
rails-controller-testing

0 commit comments

Comments
 (0)