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
43 changes: 21 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
bootsnap (1.16.0)
msgpack (~> 1.2)
brakeman (6.0.1)
builder (3.2.4)
builder (3.3.0)
capybara (3.39.2)
addressable
matrix
Expand All @@ -97,7 +97,7 @@ GEM
capybara (>= 1.0, < 4)
launchy
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.5)
countries (5.6.0)
unaccent (~> 0.3)
crack (0.4.5)
Expand All @@ -111,7 +111,7 @@ GEM
reline (>= 0.3.1)
diff-lcs (1.5.0)
docile (1.4.0)
erubi (1.12.0)
erubi (1.13.1)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
faraday (2.7.10)
Expand All @@ -123,11 +123,11 @@ GEM
fuubar (2.5.1)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
globalid (1.2.1)
globalid (1.3.0)
activesupport (>= 6.1)
hashdiff (1.0.1)
hashie (5.0.0)
i18n (1.14.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.8.1)
Expand All @@ -147,7 +147,7 @@ GEM
jwt (2.7.1)
launchy (2.5.2)
addressable (~> 2.8)
loofah (2.21.3)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -157,9 +157,9 @@ GEM
net-smtp
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.20.0)
minitest (5.26.0)
msgpack (1.7.2)
net-imap (0.3.7)
date
Expand All @@ -171,11 +171,11 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-aarch64-linux)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
omniauth (2.1.1)
hashie (>= 3.4.6)
Expand Down Expand Up @@ -203,8 +203,8 @@ GEM
public_suffix (5.0.3)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
racc (1.8.1)
rack (2.2.21)
rack-oauth2 (2.2.0)
activesupport
attr_required
Expand All @@ -214,7 +214,7 @@ GEM
rack (>= 2.1.0)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails (7.0.8)
actioncable (= 7.0.8)
Expand All @@ -230,21 +230,21 @@ GEM
activesupport (= 7.0.8)
bundler (>= 1.15.0)
railties (= 7.0.8)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (~> 1.14)
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 (7.0.8)
actionpack (= 7.0.8)
activesupport (= 7.0.8)
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake (13.3.1)
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.1)
Expand Down Expand Up @@ -296,11 +296,10 @@ GEM
attr_required (>= 0.0.5)
faraday (~> 2.0)
faraday-follow_redirects
thor (1.2.2)
thor (1.4.0)
timeout (0.4.0)
turbo-rails (1.4.0)
turbo-rails (2.0.12)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -336,7 +335,7 @@ GEM
wkhtmltopdf-binary (0.12.6.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.7.3)

PLATFORMS
aarch64-linux
Expand Down
Loading