Skip to content

Commit ea3c309

Browse files
Bump puma from 4.3.7 to 5.3.2 in /spec/integration/rails_5.2.4.1 (#887)
Bumps [puma](https://github.com/puma/puma) from 4.3.7 to 5.3.2. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v4.3.7...v5.3.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4f761c commit ea3c309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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', '~> 4.3'
9+
gem 'puma', '~> 5.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
nokogiri (1.10.10)
110110
mini_portile2 (~> 2.4.0)
111111
public_suffix (4.0.6)
112-
puma (4.3.7)
112+
puma (5.3.2)
113113
nio4r (~> 2.0)
114114
rack (2.2.3)
115115
rack-test (1.1.0)
@@ -200,7 +200,7 @@ DEPENDENCIES
200200
coffee-rails (~> 4.2)
201201
jbuilder (~> 2.5)
202202
listen (>= 3.0.5, < 3.2)
203-
puma (~> 4.3)
203+
puma (~> 5.3)
204204
rails (~> 5.2.4, >= 5.2.4.1)
205205
sass-rails (~> 5.0)
206206
selenium-webdriver

0 commit comments

Comments
 (0)