Skip to content

Commit 13f5c9f

Browse files
Bump puma from 3.12.2 to 4.3.3 in /spec/integration/rails_5.2.4.1 (#769)
Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 4.3.3. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v3.12.2...v4.3.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent c04661e commit 13f5c9f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

spec/integration/rails_5.2.4.1/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 5.2.4', '>= 5.2.4.1'
66
# Use sqlite3 as the database for Active Record
77
gem 'sqlite3'
88
# Use Puma as the app server
9-
gem 'puma', '~> 3.11'
9+
gem 'puma', '~> 4.3'
1010
# Use SCSS for stylesheets
1111
gem 'sass-rails', '~> 5.0'
1212
# Use Uglifier as compressor for JavaScript assets

spec/integration/rails_5.2.4.1/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ GEM
111111
nokogiri (1.10.8)
112112
mini_portile2 (~> 2.4.0)
113113
public_suffix (4.0.3)
114-
puma (3.12.2)
114+
puma (4.3.3)
115+
nio4r (~> 2.0)
115116
rack (2.1.2)
116117
rack-test (1.1.0)
117118
rack (>= 1.0, < 3)
@@ -201,7 +202,7 @@ DEPENDENCIES
201202
coffee-rails (~> 4.2)
202203
jbuilder (~> 2.5)
203204
listen (>= 3.0.5, < 3.2)
204-
puma (~> 3.11)
205+
puma (~> 4.3)
205206
rails (~> 5.2.4, >= 5.2.4.1)
206207
sass-rails (~> 5.0)
207208
selenium-webdriver

0 commit comments

Comments
 (0)