Skip to content

Commit f818515

Browse files
Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1 (#771)
Bumps [puma](https://github.com/puma/puma) from 4.3.1 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@v4.3.1...v4.3.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13f5c9f commit f818515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/integration/rails_6.0.2.1/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
66
# Use sqlite3 as the database for Active Record
77
gem 'sqlite3', '~> 1.4'
88
# Use Puma as the app server
9-
gem 'puma', '~> 4.1'
9+
gem 'puma', '~> 4.3'
1010
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
1111
gem 'jbuilder', '~> 2.7'
1212
# Use Redis adapter to run Action Cable in production

spec/integration/rails_6.0.2.1/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GEM
110110
nokogiri (1.10.8)
111111
mini_portile2 (~> 2.4.0)
112112
public_suffix (4.0.3)
113-
puma (4.3.1)
113+
puma (4.3.3)
114114
nio4r (~> 2.0)
115115
rack (2.1.2)
116116
rack-test (1.1.0)
@@ -189,7 +189,7 @@ DEPENDENCIES
189189
capybara (>= 2.15)
190190
jbuilder (~> 2.7)
191191
listen (>= 3.0.5, < 3.2)
192-
puma (~> 4.1)
192+
puma (~> 4.3)
193193
rails (~> 6.0.2, >= 6.0.2.1)
194194
selenium-webdriver
195195
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)