diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 9719bcf2..99c43bb6 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -34,6 +34,6 @@ jobs: - name: Install dependencies run: bin/setup --skip-server - name: Herb analyze - run: bundle exec herb analyze app --non-interactive --no-log-file + run: bundle exec herb analyze app - name: Run tests run: bundle exec bin/ci diff --git a/Gemfile.lock b/Gemfile.lock index be43376f..ce344cfd 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) @@ -209,13 +209,13 @@ GEM groupdate (6.7.0) activesupport (>= 7.1) hashdiff (1.2.1) - herb (0.8.10-aarch64-linux-gnu) - herb (0.8.10-aarch64-linux-musl) - herb (0.8.10-arm-linux-gnu) - herb (0.8.10-arm-linux-musl) - herb (0.8.10-arm64-darwin) - herb (0.8.10-x86_64-linux-gnu) - herb (0.8.10-x86_64-linux-musl) + herb (0.9.0-aarch64-linux-gnu) + herb (0.9.0-aarch64-linux-musl) + herb (0.9.0-arm-linux-gnu) + herb (0.9.0-arm-linux-musl) + herb (0.9.0-arm64-darwin) + herb (0.9.0-x86_64-linux-gnu) + herb (0.9.0-x86_64-linux-musl) highline (3.1.2) reline honeybadger (6.5.2) @@ -329,7 +329,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-aarch64-linux-gnu) racc (~> 1.4) @@ -455,14 +455,14 @@ GEM rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.3) + rspec-rails (8.0.4) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) + rspec-core (>= 3.13.0, < 5.0.0) + rspec-expectations (>= 3.13.0, < 5.0.0) + rspec-mocks (>= 3.13.0, < 5.0.0) + rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) rubocop (1.85.1) json (~> 2.3) @@ -476,7 +476,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-capybara (2.22.1) @@ -525,13 +525,13 @@ GEM fugit (~> 1.11) railties (>= 7.1) thor (>= 1.3.1) - 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_64-linux-gnu) - sqlite3 (2.9.1-x86_64-linux-musl) + sqlite3 (2.9.2-aarch64-linux-gnu) + sqlite3 (2.9.2-aarch64-linux-musl) + sqlite3 (2.9.2-arm-linux-gnu) + sqlite3 (2.9.2-arm-linux-musl) + sqlite3 (2.9.2-arm64-darwin) + sqlite3 (2.9.2-x86_64-linux-gnu) + sqlite3 (2.9.2-x86_64-linux-musl) sshkit (1.25.0) base64 logger @@ -551,7 +551,7 @@ GEM thruster (0.1.19-arm64-darwin) thruster (0.1.19-x86_64-linux) timecop (0.9.10) - timeout (0.6.0) + timeout (0.6.1) tsort (0.2.0) turbo-rails (2.0.23) actionpack (>= 7.1.0) @@ -673,4 +673,4 @@ DEPENDENCIES webmock BUNDLED WITH - 4.0.7 + 4.0.8