Skip to content

Commit 23b28c6

Browse files
Bump puma from 3.7.1 to 4.3.9 in /examples/rails5_app
Bumps [puma](https://github.com/puma/puma) from 3.7.1 to 4.3.9. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.7.1...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11ee76d commit 23b28c6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/rails5_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.2'
1111
# Use sqlite3 as the database for Active Record
1212
gem 'sqlite3'
1313
# Use Puma as the app server
14-
gem 'puma', '~> 3.0'
14+
gem 'puma', '~> 4.3'
1515
# Use SCSS for stylesheets
1616
gem 'sass-rails', '~> 5.0'
1717
# Use Uglifier as compressor for JavaScript assets

examples/rails5_app/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ GEM
8989
mini_portile2 (~> 2.7.0)
9090
racc (~> 1.4)
9191
orm_adapter (0.5.0)
92-
puma (3.7.1)
92+
puma (4.3.9)
93+
nio4r (~> 2.0)
9394
racc (1.6.0)
9495
rack (2.0.7)
9596
rack-test (0.6.3)
@@ -176,7 +177,7 @@ DEPENDENCIES
176177
jbuilder (~> 2.5)
177178
jquery-rails
178179
listen (~> 3.0.5)
179-
puma (~> 3.0)
180+
puma (~> 4.3)
180181
rails (~> 5.0.2)
181182
sass-rails (~> 5.0)
182183
spring

0 commit comments

Comments
 (0)