From 4da6233f41b99cf34c760f6fd0bf1e05861616e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:40:06 +0000 Subject: [PATCH] Bump thruster from 0.1.9 to 0.1.10 Bumps [thruster](https://github.com/basecamp/thruster) from 0.1.9 to 0.1.10. - [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md) - [Commits](https://github.com/basecamp/thruster/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: thruster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 1e88381..fc87653 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "solid_queue", "1.1.2" gem "sqlite3", "2.5.0" gem "stimulus-rails", "1.3.4" gem "tailwindcss-rails", "3.1.0" -gem "thruster", "0.1.9", require: false +gem "thruster", "0.1.10", require: false gem "turbo-rails", "2.0.11" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index e558c52..39f8adb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -454,11 +454,11 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.2) - thruster (0.1.9) - thruster (0.1.9-aarch64-linux) - thruster (0.1.9-arm64-darwin) - thruster (0.1.9-x86_64-darwin) - thruster (0.1.9-x86_64-linux) + thruster (0.1.10) + thruster (0.1.10-aarch64-linux) + thruster (0.1.10-arm64-darwin) + thruster (0.1.10-x86_64-darwin) + thruster (0.1.10-x86_64-linux) timeout (0.4.3) turbo-rails (2.0.11) actionpack (>= 6.0.0) @@ -537,7 +537,7 @@ DEPENDENCIES sqlite3 (= 2.5.0) stimulus-rails (= 1.3.4) tailwindcss-rails (= 3.1.0) - thruster (= 0.1.9) + thruster (= 0.1.10) turbo-rails (= 2.0.11) web-console (= 4.2.1)