Skip to content
Open
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
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
base64 (0.3.0)
bcrypt (3.1.22)
bigdecimal (4.1.1)
bigdecimal (4.1.2)
bindex (0.8.1)
bootsnap (1.23.0)
bootsnap (1.24.1)
msgpack (~> 1.2)
bootstrap (5.3.8)
popper_js (>= 2.11.8, < 3)
bootstrap_form (5.6.0)
bootstrap_form (5.6.1)
actionpack (>= 7.2)
activemodel (>= 7.2)
builder (3.3.0)
Expand Down Expand Up @@ -176,7 +176,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.19.3)
json (2.19.4)
jwt (3.1.2)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
matrix (0.4.3)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (6.0.3)
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
Expand All @@ -232,7 +232,7 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.5)
nokogiri (1.19.2)
nokogiri (1.19.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth (1.1.0)
Expand Down Expand Up @@ -289,7 +289,7 @@ GEM
date
stringio
public_suffix (6.0.2)
puma (8.0.0)
puma (8.0.1)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.6)
Expand All @@ -301,7 +301,7 @@ GEM
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
rack-session (2.1.2)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
Expand Down Expand Up @@ -412,7 +412,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
sitemap_generator (6.3.0)
sitemap_generator (7.0.1)
builder (~> 3.0)
slowpoke (1.0.0)
actionpack (>= 7.2)
Expand Down Expand Up @@ -443,7 +443,7 @@ GEM
railties (>= 7.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2026.1)
tzinfo-data (1.2026.2)
tzinfo (>= 1.0.0)
uri (1.1.1)
useragent (0.16.11)
Expand Down
Loading