Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .bundler-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ignore:
- CVE-2026-38969
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ gem 'stringex', require: false
gem 'strong_migrations', '>= 0.4.2'
gem 'terminal-table', require: false
gem 'valid_email', '>= 0.1.3'
gem 'view_component', '~> 4.9.0'
gem 'view_component', '~> 4.12.0'
gem 'webauthn', '~> 3.0'
gem 'xmldsig', '~> 0.6'
gem 'xmlenc', '0.8.0'
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ GEM
htmlbeautifier (1.4.3)
htmlentities (4.3.4)
http_accept_language (2.1.1)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
i18n-tasks (1.1.2)
activesupport (>= 4.0.2)
Expand All @@ -498,7 +498,7 @@ GEM
jmespath (1.6.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.19.5)
json (2.19.9)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
Expand Down Expand Up @@ -847,18 +847,18 @@ GEM
simplecov_json_formatter (0.1.4)
simpleidn (0.2.3)
smart_properties (1.17.0)
sqlite3 (2.9.1)
sqlite3 (2.9.5)
mini_portile2 (~> 2.8.0)
sqlite3 (2.9.1-aarch64-linux-gnu)
sqlite3 (2.9.1-aarch64-linux-musl)
sqlite3 (2.9.1-arm-linux-gnu)
sqlite3 (2.9.1-arm-linux-musl)
sqlite3 (2.9.1-arm64-darwin)
sqlite3 (2.9.1-x86-linux-gnu)
sqlite3 (2.9.1-x86-linux-musl)
sqlite3 (2.9.1-x86_64-darwin)
sqlite3 (2.9.1-x86_64-linux-gnu)
sqlite3 (2.9.1-x86_64-linux-musl)
sqlite3 (2.9.5-aarch64-linux-gnu)
sqlite3 (2.9.5-aarch64-linux-musl)
sqlite3 (2.9.5-arm-linux-gnu)
sqlite3 (2.9.5-arm-linux-musl)
sqlite3 (2.9.5-arm64-darwin)
sqlite3 (2.9.5-x86-linux-gnu)
sqlite3 (2.9.5-x86-linux-musl)
sqlite3 (2.9.5-x86_64-darwin)
sqlite3 (2.9.5-x86_64-linux-gnu)
sqlite3 (2.9.5-x86_64-linux-musl)
ssrf_filter (1.5.0)
stringex (2.8.6)
stringio (3.2.0)
Expand Down Expand Up @@ -887,7 +887,7 @@ GEM
activemodel
mail (>= 2.6.1)
simpleidn
view_component (4.9.0)
view_component (4.12.0)
actionview (>= 7.1.0)
activesupport (>= 7.1.0)
concurrent-ruby (~> 1)
Expand All @@ -911,7 +911,7 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.2)
websocket (1.2.11)
websocket-driver (0.8.0)
websocket-driver (0.8.2)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -1063,7 +1063,7 @@ DEPENDENCIES
tableparser
terminal-table
valid_email (>= 0.1.3)
view_component (~> 4.9.0)
view_component (~> 4.12.0)
webauthn (~> 3.0)
webmock
xmldsig (~> 0.6)
Expand Down