Unverified Commit f8185151 by dependabot[bot] Committed by GitHub

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

parent 13f5c9f5
...@@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1' ...@@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.1'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4' gem 'sqlite3', '~> 1.4'
# Use Puma as the app server # 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 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7' gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production # Use Redis adapter to run Action Cable in production
......
...@@ -110,7 +110,7 @@ GEM ...@@ -110,7 +110,7 @@ GEM
nokogiri (1.10.8) nokogiri (1.10.8)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
public_suffix (4.0.3) public_suffix (4.0.3)
puma (4.3.1) puma (4.3.3)
nio4r (~> 2.0) nio4r (~> 2.0)
rack (2.1.2) rack (2.1.2)
rack-test (1.1.0) rack-test (1.1.0)
...@@ -189,7 +189,7 @@ DEPENDENCIES ...@@ -189,7 +189,7 @@ DEPENDENCIES
capybara (>= 2.15) capybara (>= 2.15)
jbuilder (~> 2.7) jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2) listen (>= 3.0.5, < 3.2)
puma (~> 4.1) puma (~> 4.3)
rails (~> 6.0.2, >= 6.0.2.1) rails (~> 6.0.2, >= 6.0.2.1)
selenium-webdriver selenium-webdriver
sqlite3 (~> 1.4) sqlite3 (~> 1.4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment