From f2635ed92d932b7ad6f94f78df9204b61c54598a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:06:21 +0000 Subject: [PATCH] build(deps-dev): bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [tidewave](https://github.com/tidewave-ai/tidewave_rails) and [simplecov](https://github.com/simplecov-ruby/simplecov). Updates `tidewave` from 0.5.2 to 0.8.0 - [Changelog](https://github.com/tidewave-ai/tidewave_rails/blob/main/CHANGELOG.md) - [Commits](https://github.com/tidewave-ai/tidewave_rails/compare/v0.5.2...v0.8.0) Updates `simplecov` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: tidewave dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: simplecov dependency-version: 1.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 54f2d6981..cf8e2289c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -720,7 +720,7 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.2) logger shellany (0.0.1) - simplecov (1.0.2) + simplecov (1.0.3) simpleidn (0.2.3) snaky_hash (2.0.7) hashie (>= 0.1.0, < 6) @@ -748,7 +748,7 @@ GEM terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) thor (1.5.0) - tidewave (0.5.2) + tidewave (0.8.0) rack (>= 2.0) timeout (0.6.1) traces (0.18.2)