Skip to content
Merged
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 @@ -15,7 +15,7 @@ gem "sprockets-rails"
gem 'sqlite3', '~> 2.0'

# Use Puma as the app server
gem 'puma', '~> 6.0'
gem 'puma', '~> 7.0'

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand Down Expand Up @@ -108,7 +108,7 @@ GEM
config (5.6.1)
deep_merge (~> 1.2, >= 1.2.1)
ostruct
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
date (3.4.1)
debug (1.11.0)
Expand All @@ -126,9 +126,9 @@ GEM
drb (2.2.3)
erb (5.0.2)
erubi (1.13.1)
factory_bot (6.5.4)
factory_bot (6.5.5)
activesupport (>= 6.1.0)
factory_bot_rails (6.5.0)
factory_bot_rails (6.5.1)
factory_bot (~> 6.5)
railties (>= 6.1.0)
faraday (2.13.4)
Expand All @@ -151,7 +151,7 @@ GEM
oauth (>= 0.3.6)
google-analytics-rails (1.1.1)
hashie (5.0.0)
honeybadger (6.0.6)
honeybadger (6.1.0)
logger
ostruct
i18n (1.14.7)
Expand Down Expand Up @@ -224,7 +224,7 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.9)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth (1.1.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
request_store (~> 1.4)
paranoia (3.0.1)
activerecord (>= 6, < 8.1)
pg (1.6.1)
pg (1.6.2)
popper_js (2.11.8)
pp (0.6.2)
prettyprint
Expand All @@ -279,10 +279,10 @@ GEM
date
stringio
public_suffix (6.0.2)
puma (6.6.1)
puma (7.0.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.0)
rack (3.2.1)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-mini-profiler (4.0.1)
Expand Down Expand Up @@ -343,7 +343,7 @@ GEM
rdoc (6.14.2)
erb
psych (>= 4.0.0)
recaptcha (5.20.1)
recaptcha (5.21.0)
redcarpet (3.6.1)
redis (5.4.1)
redis-client (>= 0.22.0)
Expand Down Expand Up @@ -493,7 +493,7 @@ DEPENDENCIES
paranoia
pg
popper_js
puma (~> 6.0)
puma (~> 7.0)
rack-attack
rack-mini-profiler (~> 4.0)
rails (~> 8.0)
Expand Down
Loading