From 3643cc5bc049938eda5647acdf2d2d4d24639622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 15:10:01 +0000 Subject: [PATCH] Bump propshaft from 1.2.1 to 1.3.1 Bumps [propshaft](https://github.com/rails/propshaft) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](https://github.com/rails/propshaft/compare/v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: propshaft dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fac39d7..9258bb1 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "bcrypt", "3.1.13" gem "faker", "3.5.2" gem "will_paginate", "4.0.1" gem "cssbundling-rails", "1.4.3" -gem "propshaft", "1.2.1" +gem "propshaft", "1.3.1" gem "importmap-rails", "2.1.0" gem "turbo-rails", "2.0.14" gem "stimulus-rails", "1.3.4" diff --git a/Gemfile.lock b/Gemfile.lock index 6f94a92..d5da525 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - propshaft (1.2.1) + propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -396,7 +396,7 @@ DEPENDENCIES minitest (= 5.25.5) minitest-reporters (= 1.7.1) pg (= 1.5.9) - propshaft (= 1.2.1) + propshaft (= 1.3.1) puma (= 6.6.0) rails (= 8.0.2) rails-controller-testing (= 1.0.5)