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
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
action_text-trix (2.1.15)
action_text-trix (2.1.16)
railties
actioncable (8.1.1)
actionpack (= 8.1.1)
Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
activesupport (>= 7.0)
base64 (0.3.0)
bcrypt (3.1.20)
bigdecimal (3.3.1)
bigdecimal (4.0.1)
builder (3.3.0)
capybara (3.40.0)
addressable
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
warden (~> 1.2.3)
docile (1.4.1)
drb (2.2.3)
erb (6.0.0)
erb (6.0.1)
erubi (1.13.1)
formtastic (5.0.0)
actionpack (>= 6.0.0)
Expand All @@ -129,7 +129,7 @@ GEM
has_scope (0.9.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
importmap-rails (2.2.2)
actionpack (>= 6.0.0)
Expand All @@ -140,8 +140,8 @@ GEM
has_scope (>= 0.6)
railties (>= 7.0)
responders (>= 2)
io-console (0.8.1)
irb (1.15.3)
io-console (0.8.2)
irb (1.16.0)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand All @@ -159,7 +159,7 @@ GEM
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
logger (1.7.0)
loofah (2.24.1)
loofah (2.25.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
Expand All @@ -172,7 +172,8 @@ GEM
matrix (0.4.3)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.27.0)
minitest (6.0.1)
prism (~> 1.5)
net-imap (0.5.12)
date
net-protocol
Expand All @@ -183,18 +184,19 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.5)
nokogiri (1.18.10)
nokogiri (1.19.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.10-arm64-darwin)
nokogiri (1.19.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
nokogiri (1.19.0-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
psych (5.3.0)
prism (1.7.0)
psych (5.3.1)
date
stringio
public_suffix (7.0.0)
Expand Down Expand Up @@ -244,7 +246,7 @@ GEM
activerecord (>= 7.2)
activesupport (>= 7.2)
i18n
rdoc (6.17.0)
rdoc (7.0.3)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -284,7 +286,7 @@ GEM
mini_portile2 (~> 2.8.0)
sqlite3 (2.8.1-arm64-darwin)
sqlite3 (2.8.1-x86_64-linux-gnu)
stringio (3.1.9)
stringio (3.2.0)
thor (1.4.0)
timeout (0.5.0)
tsort (0.2.0)
Expand All @@ -301,7 +303,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.3)
zeitwerk (2.7.4)

PLATFORMS
arm64-darwin-22
Expand Down
Loading