Commit e3b46b50 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub

Bump puma from 3.12.1 to 3.12.2 in /6.secrets/cool-app

Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.1...v3.12.2)
Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 7b6f67a5
...@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' ...@@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3' gem 'sqlite3'
# Use Puma as the app server # Use Puma as the app server
gem 'puma', '~> 3.11' gem 'puma', '~> 3.12'
# Use SCSS for stylesheets # Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0' gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets # Use Uglifier as compressor for JavaScript assets
......
...@@ -116,7 +116,7 @@ GEM ...@@ -116,7 +116,7 @@ GEM
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
popper_js (1.14.5) popper_js (1.14.5)
public_suffix (3.1.0) public_suffix (3.1.0)
puma (3.12.1) puma (3.12.2)
rack (2.0.7) rack (2.0.7)
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
...@@ -212,7 +212,7 @@ DEPENDENCIES ...@@ -212,7 +212,7 @@ DEPENDENCIES
jbuilder (~> 2.5) jbuilder (~> 2.5)
jquery-rails (~> 4.3.3) jquery-rails (~> 4.3.3)
listen (>= 3.0.5, < 3.2) listen (>= 3.0.5, < 3.2)
puma (~> 3.11) puma (~> 3.12)
rails (~> 5.2.3) rails (~> 5.2.3)
sass-rails (~> 5.0) sass-rails (~> 5.0)
selenium-webdriver selenium-webdriver
......
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