Skip to content

Commit bbb79eb

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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', '~> 5.3'
9+
gem 'puma', '~> 5.6'
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ GEM
105105
mini_portile2 (2.4.0)
106106
minitest (5.14.4)
107107
msgpack (1.4.2)
108-
nio4r (2.5.7)
108+
nio4r (2.5.8)
109109
nokogiri (1.10.10)
110110
mini_portile2 (~> 2.4.0)
111111
public_suffix (4.0.6)
112-
puma (5.3.2)
112+
puma (5.6.1)
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 (~> 5.3)
203+
puma (~> 5.6)
204204
rails (~> 5.2.4, >= 5.2.4.1)
205205
sass-rails (~> 5.0)
206206
selenium-webdriver

0 commit comments

Comments
 (0)