Skip to content
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 @@ -160,5 +160,5 @@ group :development, :test do
gem "erb_lint", :require => false
gem "factory_bot_rails"
gem "poltergeist"
gem "puma", "~> 3.7"
gem "puma", "~> 5.6"
end
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ GEM
mimemagic (~> 0.3.2)
memoist (0.16.0)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.9.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
Expand Down Expand Up @@ -326,7 +328,8 @@ GEM
progress (3.5.2)
psych (3.1.0)
public_suffix (3.1.1)
puma (3.12.1)
puma (5.6.4)
nio4r (~> 2.0)
quad_tile (1.0.1)
r2 (0.2.7)
rack (2.0.7)
Expand Down Expand Up @@ -445,6 +448,8 @@ GEM
tins (1.21.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
uber (0.1.0)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -519,7 +524,7 @@ DEPENDENCIES
pg
poltergeist
psych
puma (~> 3.7)
puma (~> 5.6)
quad_tile (~> 1.0.1)
r2 (~> 0.2.7)
rack-cors
Expand All @@ -538,6 +543,7 @@ DEPENDENCIES
secure_headers
sendgrid-actionmailer (~> 2)
strong_migrations
tzinfo-data
uglifier (>= 1.3.0)
validates_email_format_of (>= 1.5.1)
vendorer
Expand Down