Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Bump puma from 3.12.1 to 3.12.6 in /todo #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion todo/Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions todo/Gemfile.lock
Expand Up @@ -108,7 +108,7 @@ GEM
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
public_suffix (4.0.1)
puma (3.12.1)
puma (3.12.6)
rack (2.0.7)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -202,7 +202,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails (~> 4.3.1)
listen (>= 3.0.5, < 3.2)
puma (~> 3.11)
puma (~> 3.12)
rails (~> 5.2.3)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down