From 0e9804f2c8ac8735d0fb7a2cd99a121dfe303a5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:53:40 +0000 Subject: [PATCH] Bump stimulus-rails from 1.2.2 to 1.3.3 Bumps [stimulus-rails](https://github.com/hotwired/stimulus-rails) from 1.2.2 to 1.3.3. - [Release notes](https://github.com/hotwired/stimulus-rails/releases) - [Commits](https://github.com/hotwired/stimulus-rails/compare/v1.2.2...v1.3.3) --- updated-dependencies: - dependency-name: stimulus-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 416cb02..6c2c1ff 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'pg', '~> 1.5' # Use Puma as the app server gem 'puma', '~> 6.4' gem 'turbo-rails', '~> 1.4' -gem 'stimulus-rails', '~> 1.2' +gem 'stimulus-rails', '~> 1.3' # Use Redis adapter to run Action Cable in production gem 'redis', '~> 5.0' # Use Active Model has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index bfea7b4..2106709 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) - rake (13.1.0) + rake (13.2.0) rate_throttle_client (0.1.2) redis (5.0.7) redis-client (>= 0.9.0) @@ -246,12 +246,12 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stimulus-rails (1.2.2) + stimulus-rails (1.3.3) railties (>= 6.0.0) tailwindcss-rails (2.0.30) railties (>= 6.0.0) test-prof (1.2.3) - thor (1.3.0) + thor (1.3.1) timeout (0.4.0) turbo-rails (1.4.0) actionpack (>= 6.0.0) @@ -272,7 +272,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS ruby @@ -304,7 +304,7 @@ DEPENDENCIES sentry-sidekiq (~> 5.12) sidekiq (~> 7.2) sprockets-rails (~> 3.4, >= 3.4.2) - stimulus-rails (~> 1.2) + stimulus-rails (~> 1.3) tailwindcss-rails (~> 2.0) test-prof (~> 1.2) turbo-rails (~> 1.4)