Skip to content
Closed
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
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
alchemy-devise (7.4.1)
alchemy_cms (~> 7.0)
devise (~> 4.9)
alchemy_cms (7.4.6)
alchemy_cms (7.4.10)
actionmailer (>= 7.0, < 8.1)
actionpack (>= 7.0, < 8.1)
actionview (>= 7.0, < 8.1)
Expand All @@ -108,7 +108,7 @@ GEM
dragonfly (~> 1.4)
dragonfly_svg (~> 0.0.4)
gutentag (~> 2.2, >= 2.2.1)
importmap-rails (~> 1.2, >= 1.2.1)
importmap-rails (>= 1.2.1, < 3.0)
kaminari (~> 1.1)
originator (~> 3.1)
railties (>= 7.0, < 8.1)
Expand All @@ -124,7 +124,7 @@ GEM
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand All @@ -145,7 +145,7 @@ GEM
case_transform (0.2)
activesupport
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
csv (3.3.5)
date (3.4.1)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
globalid (1.3.0)
activesupport (>= 6.1)
gutentag (2.6.2)
activerecord (>= 3.2.0)
Expand Down Expand Up @@ -237,8 +237,8 @@ GEM
mini_mime (1.1.5)
minitest (5.25.5)
msgpack (1.8.0)
multi_json (1.16.0)
net-imap (0.5.9)
multi_json (1.17.0)
net-imap (0.5.11)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -253,17 +253,17 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.8-aarch64-linux-gnu)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-aarch64-linux-musl)
nokogiri (1.18.10-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.8-arm-linux-gnu)
nokogiri (1.18.10-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-arm-linux-musl)
nokogiri (1.18.10-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-musl)
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
originator (3.1)
actionpack (>= 4.0)
Expand All @@ -286,7 +286,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.16)
rack (3.2.1)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -325,15 +325,15 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
ransack (4.3.0)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
ransack (4.4.1)
activerecord (>= 7.2)
activesupport (>= 7.2)
i18n
rdoc (6.14.2)
erb
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.1)
reline (0.6.2)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down
Loading