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
34 changes: 17 additions & 17 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.15)
action_text-trix (2.1.16)
railties
actioncable (8.1.1)
actionpack (= 8.1.1)
Expand Down Expand Up @@ -193,8 +193,8 @@ GEM
xpath (~> 3.2)
cgi (0.4.2)
coderay (1.1.3)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crass (1.0.6)
csv (3.3.5)
cuprite (0.17)
Expand All @@ -205,7 +205,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0)
database_cleaner-core (2.0.1)
date (3.5.0)
date (3.5.1)
dead_end (4.0.0)
debug (1.11.0)
irb (~> 1.10)
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
dotenv (= 3.1.8)
railties (>= 6.1)
drb (2.2.3)
erb (6.0.0)
erb (6.0.1)
erubi (1.13.1)
erubis (2.7.0)
eu_central_bank (1.7.0)
Expand Down Expand Up @@ -318,7 +318,7 @@ GEM
multi_json (>= 1.9.2)
webrick
holidays (8.8.0)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
icalendar (2.12.1)
base64
Expand All @@ -329,13 +329,13 @@ GEM
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
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)
jmespath (1.6.2)
json (2.16.0)
json (2.18.0)
jwt (2.10.2)
base64
language_server-protocol (3.17.0.5)
Expand All @@ -352,7 +352,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.24.1)
loofah (2.25.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
Expand All @@ -368,7 +368,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.26.1)
minitest (5.27.0)
minitest-focus (1.4.0)
minitest (>= 4, < 6)
minitest-reporters (1.7.1)
Expand Down Expand Up @@ -408,9 +408,9 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.5)
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)
oj (3.16.12)
bigdecimal (>= 3.0)
Expand Down Expand Up @@ -454,7 +454,7 @@ GEM
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
psych (5.2.6)
psych (5.3.1)
date
stringio
public_suffix (7.0.0)
Expand Down Expand Up @@ -520,7 +520,7 @@ GEM
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
rbtree (0.4.6)
rdoc (6.15.1)
rdoc (7.0.3)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -625,7 +625,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stackprof (0.2.27)
stringio (3.1.8)
stringio (3.2.0)
stripe (17.2.0)
strscan (3.1.5)
sync (0.5.0)
Expand Down Expand Up @@ -679,7 +679,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.37)
zeitwerk (2.7.3)
zeitwerk (2.7.4)

PLATFORMS
arm64-darwin-24
Expand Down
Loading