Skip to content

Commit 8093ee0

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 8a7f81e commit 8093ee0

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
@@ -88,7 +88,8 @@ GEM
8888
nokogiri (1.10.5)
8989
mini_portile2 (~> 2.4.0)
9090
orm_adapter (0.5.0)
91-
puma (3.7.1)
91+
puma (4.3.9)
92+
nio4r (~> 2.0)
9293
rack (2.0.7)
9394
rack-test (0.6.3)
9495
rack (>= 1.0)
@@ -174,7 +175,7 @@ DEPENDENCIES
174175
jbuilder (~> 2.5)
175176
jquery-rails
176177
listen (~> 3.0.5)
177-
puma (~> 3.0)
178+
puma (~> 4.3)
178179
rails (~> 5.0.2)
179180
sass-rails (~> 5.0)
180181
spring

0 commit comments

Comments
 (0)