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: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: 3a4961048ad251b50991ae83135d760a8a9e8ae3
revision: f011d1218bdd77857f30ce3964eef186f0f14de5
specs:
actioncable (8.2.0.alpha)
actionpack (= 8.2.0.alpha)
Expand Down Expand Up @@ -36,7 +36,7 @@ GIT
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
rails-html-sanitizer (~> 1.7)
useragent (~> 0.16)
actiontext (8.2.0.alpha)
action_text-trix (~> 2.1.16)
Expand All @@ -51,10 +51,10 @@ GIT
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
rails-html-sanitizer (~> 1.7)
activejob (8.2.0.alpha)
activesupport (= 8.2.0.alpha)
globalid (>= 0.3.6)
globalid (>= 1.4.0)
activemodel (8.2.0.alpha)
activesupport (= 8.2.0.alpha)
activerecord (8.2.0.alpha)
Expand All @@ -78,6 +78,7 @@ GIT
logger (>= 1.4.2)
minitest (>= 5.1)
psych (>= 4)
ractor-dispatch (>= 0.2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
Expand Down Expand Up @@ -108,7 +109,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
action_text-trix (2.1.18)
action_text-trix (2.1.19)
railties
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
Expand Down Expand Up @@ -144,7 +145,7 @@ GEM
i18n (>= 1.8.11, < 2)
ffi (1.17.0)
front_matter_parser (1.0.1)
globalid (1.3.0)
globalid (1.4.0)
activesupport (>= 6.1)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
Expand All @@ -164,20 +165,20 @@ GEM
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.20.0)
json (2.21.1)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
mail (2.9.1)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.1.0)
marcel (1.2.1)
matrix (0.4.2)
mini_magick (4.13.2)
mini_mime (1.1.5)
Expand Down Expand Up @@ -244,6 +245,7 @@ GEM
rack (>= 1.3)
rackup (2.3.1)
rack (>= 3)
ractor-dispatch (0.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
Expand Down
Loading