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-tapioca-for-dsl #35

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion try-tapioca-for-dsl/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'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
# Use Active Model has_secure_password
Expand Down
14 changes: 6 additions & 8 deletions try-tapioca-for-dsl/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,17 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
msgpack (1.4.2)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nio4r (2.5.9)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
parser (3.0.2.0)
ast (~> 2.4.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
puma (5.5.0)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -143,7 +141,7 @@ GEM
sorbet (0.5.9167)
sorbet-static (= 0.5.9167)
sorbet-runtime (0.5.9167)
sorbet-static (0.5.9167-universal-darwin-14)
sorbet-static (0.5.9167-x86_64-linux)
spoom (1.1.3)
colorize
sorbet (>= 0.5.6347)
Expand Down Expand Up @@ -179,13 +177,13 @@ GEM
zeitwerk (2.4.2)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
bootsnap (>= 1.4.4)
byebug
listen (~> 3.3)
puma (~> 5.0)
puma (~> 5.6)
rails (~> 6.1.4, >= 6.1.4.1)
spring
sqlite3 (~> 1.4)
Expand Down