Skip to content
Merged
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
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
action_text-trix (2.1.16)
action_text-trix (2.1.17)
railties
actioncable (8.1.2)
actionpack (= 8.1.2)
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
dotenv (= 3.1.8)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.1)
erb (6.0.2)
erubi (1.13.1)
erubis (2.7.0)
eu_central_bank (1.7.0)
Expand Down Expand Up @@ -330,12 +330,13 @@ GEM
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
io-console (0.8.2)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.18.1)
json (2.19.1)
jwt (2.10.2)
base64
language_server-protocol (3.17.0.5)
Expand Down Expand Up @@ -495,8 +496,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.1.2)
actionpack (= 8.1.2)
Expand All @@ -520,7 +521,7 @@ GEM
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
rbtree (0.4.6)
rdoc (7.0.3)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -642,7 +643,7 @@ GEM
temple (0.10.3)
term-ansicolor (1.11.3)
tins (~> 1)
thor (1.4.0)
thor (1.5.0)
tilt (2.3.0)
timeout (0.4.4)
tins (1.33.0)
Expand Down Expand Up @@ -679,7 +680,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.37)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
arm64-darwin-24
Expand Down
Loading