Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1 #771

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1
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] <support@github.com>
dependabot[bot] authored Mar 1, 2020
commit 4b1f6d146fe1165588bb4d42a8cc1c4bc7d8376e
2 changes: 1 addition & 1 deletion spec/integration/rails_6.0.2.1/Gemfile
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
4 changes: 2 additions & 2 deletions spec/integration/rails_6.0.2.1/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ GEM
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
public_suffix (4.0.3)
puma (4.3.1)
puma (4.3.3)
nio4r (~> 2.0)
rack (2.1.2)
rack-test (1.1.0)
@@ -189,7 +189,7 @@ DEPENDENCIES
capybara (>= 2.15)
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.2, >= 6.0.2.1)
selenium-webdriver
sqlite3 (~> 1.4)