Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Bump puma from 5.5.0 to 5.6.7 in /try-rbs-collection #36

Open
wants to merge 1 commit into
base: main
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 try-rbs-collection/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.4', '>= 6.1.4.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Use Active Model has_secure_password
Expand Down
9 changes: 6 additions & 3 deletions try-rbs-collection/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,15 @@ GEM
method_source (1.0.0)
mini_mime (1.1.1)
minitest (5.14.4)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
puma (5.5.0)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -177,11 +179,12 @@ GEM

PLATFORMS
arm64-darwin-20
x86_64-linux

DEPENDENCIES
byebug
listen (~> 3.3)
puma (~> 5.0)
puma (~> 5.6)
rails (~> 6.1.4, >= 6.1.4.1)
rbs (= 1.7.0.beta.4)
rbs_rails
Expand Down