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

Bump puma from 4.3.5 to 4.3.12 in /backend #7

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 backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rails', '~> 6.0.3', '>= 6.0.3.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.7'
# Use Redis adapter to run Action Cable in production
Expand Down
6 changes: 3 additions & 3 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ GEM
mini_portile2 (2.4.0)
minitest (5.14.1)
msgpack (1.3.3)
nio4r (2.5.2)
nio4r (2.5.8)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
puma (4.3.5)
puma (4.3.12)
nio4r (~> 2.0)
rack (2.2.3)
rack-cors (1.1.1)
Expand Down Expand Up @@ -157,7 +157,7 @@ DEPENDENCIES
byebug
listen (~> 3.2)
pry
puma (~> 4.1)
puma (~> 4.3)
rack-cors
rails (~> 6.0.3, >= 6.0.3.2)
spring
Expand Down