Skip to content

Commit 05e8a49

Browse files
Bump puma from 3.12.6 to 4.3.8 (#13)
Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.6...v4.3.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f192f60 commit 05e8a49

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.1'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3'
1010
# Use Puma as the app server
11-
gem 'puma', '~> 3.12'
11+
gem 'puma', '~> 4.3'
1212
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1313
gem 'jbuilder', '~> 2.5'
1414
# Use Redis adapter to run Action Cable in production

Gemfile.lock

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ GEM
8484
nokogiri (1.11.4)
8585
mini_portile2 (~> 2.5.0)
8686
racc (~> 1.4)
87-
puma (3.12.6)
87+
puma (4.3.8)
88+
nio4r (~> 2.0)
8889
racc (1.5.2)
8990
rack (2.2.3)
9091
rack-test (1.1.0)
@@ -148,7 +149,7 @@ DEPENDENCIES
148149
faker
149150
jbuilder (~> 2.5)
150151
listen (>= 3.0.5, < 3.2)
151-
puma (~> 3.12)
152+
puma (~> 4.3)
152153
rails (~> 5.2.1)
153154
spring
154155
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)