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)