Skip to content

Commit 7538e18

Browse files
Bump puma from 3.12.0 to 4.3.12
Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.0...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 732357a commit 7538e18

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
@@ -12,7 +12,7 @@ gem 'rails', '~> 5.2.2'
1212
gem 'pg', '>= 0.18', '< 2.0'
1313
gem 'rb-readline'
1414
# Use Puma as the app server
15-
gem 'puma', '~> 3.11'
15+
gem 'puma', '~> 4.3'
1616
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1717
# gem 'jbuilder', '~> 2.5'
1818
# Use Redis adapter to run Action Cable in production

Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ GEM
100100
pry (0.12.2)
101101
coderay (~> 1.1.0)
102102
method_source (~> 0.9.0)
103-
puma (3.12.0)
103+
puma (4.3.12)
104+
nio4r (~> 2.0)
104105
rack (2.0.6)
105106
rack-cors (1.0.2)
106107
rack-test (1.1.0)
@@ -168,7 +169,7 @@ DEPENDENCIES
168169
listen (>= 3.0.5, < 3.2)
169170
pg (>= 0.18, < 2.0)
170171
pry
171-
puma (~> 3.11)
172+
puma (~> 4.3)
172173
rack-cors
173174
rails (~> 5.2.2)
174175
rb-readline

0 commit comments

Comments
 (0)