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
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
byebug (11.1.3)
climate_control (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
crass (1.0.6)
cssbundling-rails (1.4.1)
Expand Down Expand Up @@ -115,6 +115,7 @@ GEM
faker (3.5.1)
i18n (>= 1.8.11, < 2)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
friendly_id (5.4.2)
activerecord (>= 4.0.0)
fugit (1.11.1)
Expand All @@ -141,13 +142,13 @@ GEM
haml (>= 4.0.6)
railties (>= 5.1)
http_accept_language (2.1.1)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-active_record (1.4.0)
i18n (>= 0.5.0)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jbuilder (2.14.1)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.9.1)
jsonapi-deserializable (0.2.0)
jsonapi-parser (0.1.1)
Expand Down Expand Up @@ -175,7 +176,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
log4r (1.1.10)
logger (1.6.4)
loofah (2.23.1)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -190,7 +191,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mini_mime (1.1.5)
minitest (5.25.4)
minitest (5.25.5)
mysql2 (0.5.6)
net-imap (0.5.2)
date
Expand All @@ -203,7 +204,9 @@ GEM
net-protocol
newrelic_rpm (9.16.1)
nio4r (2.7.4)
nokogiri (1.17.2-arm64-darwin)
nokogiri (1.18.9-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
paper_trail (16.0.0)
Expand Down Expand Up @@ -243,7 +246,7 @@ GEM
activesupport (= 7.0.8.7)
bundler (>= 1.15.0)
railties (= 7.0.8.7)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand Down Expand Up @@ -386,6 +389,7 @@ GEM

PLATFORMS
arm64-darwin-24
x86_64-linux

DEPENDENCIES
better_errors
Expand Down
Loading