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

Build(deps): Bump puma from 3.12.2 to 3.12.6 #425

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'omniauth-oauth2', git: 'https://github.com/omniauth/omniauth-oauth2.git'
gem 'rails', '~> 5.2.0'
gem 'pg', '>= 0.18', '< 2.0'
gem 'redis', '~> 4.0'
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
gem 'sidekiq'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'turbolinks', '~> 5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ GEM
polyamorous (2.3.0)
activerecord (>= 5.0)
public_suffix (4.0.2)
puma (3.12.2)
puma (3.12.6)
pundit (2.1.0)
activesupport (>= 3.0.0)
rack (2.0.8)
Expand Down Expand Up @@ -495,7 +495,7 @@ DEPENDENCIES
overcommit
pg (>= 0.18, < 2.0)
phony_rails
puma (~> 3.11)
puma (~> 3.12)
pundit
rack-timeout
rails (~> 5.2.0)
Expand Down