diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c0b9c1..0e3e303 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,4 +55,4 @@ jobs: run: bundle exec brakeman --no-exit-on-warn --no-exit-on-error - name: Run Bundler Audit - run: bundle exec bundler-audit + run: bundle exec bundler-audit update && bundle exec bundler-audit check diff --git a/Gemfile.lock b/Gemfile.lock index 4dcb04e..8b895e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ 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) @@ -81,7 +81,7 @@ GEM sshkit (>= 1.6.1, != 1.7.0) ast (2.4.3) base64 (0.3.0) - bcrypt (3.1.21) + bcrypt (3.1.22) bcrypt_pbkdf (1.1.2) bigdecimal (4.0.1) bindex (0.8.1) @@ -134,7 +134,7 @@ GEM crass (1.0.6) csv (3.3.5) date (3.5.1) - devise (5.0.2) + devise (5.0.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 7.0) @@ -188,8 +188,8 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.18.1) - json-schema (6.1.0) + json (2.19.2) + json-schema (6.2.0) addressable (~> 2.8) bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) @@ -199,7 +199,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - loofah (2.25.0) + loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.9.0) @@ -234,7 +234,7 @@ GEM net-ssh (>= 5.0.0, < 8.0.0) net-smtp (0.5.1) net-protocol - net-ssh (7.3.0) + net-ssh (7.3.1) nio4r (2.7.5) nokogiri (1.19.1) mini_portile2 (~> 2.8.2) @@ -362,7 +362,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.0) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-rails (2.34.3) @@ -418,14 +418,14 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.9.1) + sqlite3 (2.9.2) mini_portile2 (~> 2.8.0) - sqlite3 (2.9.1-aarch64-linux-gnu) - sqlite3 (2.9.1-arm-linux-gnu) - sqlite3 (2.9.1-arm64-darwin) - sqlite3 (2.9.1-x86-linux-gnu) - sqlite3 (2.9.1-x86_64-darwin) - sqlite3 (2.9.1-x86_64-linux-gnu) + sqlite3 (2.9.2-aarch64-linux-gnu) + sqlite3 (2.9.2-arm-linux-gnu) + sqlite3 (2.9.2-arm64-darwin) + sqlite3 (2.9.2-x86-linux-gnu) + sqlite3 (2.9.2-x86_64-darwin) + sqlite3 (2.9.2-x86_64-linux-gnu) sshkit (1.25.0) base64 logger @@ -436,7 +436,7 @@ GEM stringio (3.2.0) thor (1.5.0) tilt (2.7.0) - timeout (0.6.0) + timeout (0.6.1) tsort (0.2.0) turbolinks (5.2.1) turbolinks-source (~> 5.2)