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

Bump puma from 5.3.2 to 5.6.4 in /back #11

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 back/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.0.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.3', '>= 6.1.3.2'
# Use Puma as the app server
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
6 changes: 3 additions & 3 deletions back/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ GEM
mongo (>= 2.7.0, < 3.0.0)
msgpack (1.4.2)
netrc (0.11.0)
nio4r (2.5.7)
nio4r (2.5.8)
nokogiri (1.11.6-x86_64-linux)
racc (~> 1.4)
puma (5.3.2)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -211,7 +211,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
listen (~> 3.3)
mongoid (~> 7.0.5)
puma (~> 5.0)
puma (~> 5.6)
rack-cors
rack-mini-profiler (~> 2.0)
rails (~> 6.1.3, >= 6.1.3.2)
Expand Down