From 45a9b19090a0fe76d7a8e1f11030ee40696ad824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 20:16:59 +0000 Subject: [PATCH] Bump propshaft from 1.1.0 to 1.2.1 Bumps [propshaft](https://github.com/rails/propshaft) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](https://github.com/rails/propshaft/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: propshaft dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index d29159d..3fa4de4 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.4.4" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "8.0.2" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] -gem "propshaft", "1.1.0" +gem "propshaft", "1.2.1" # Use sqlite3 as the database for Active Record gem "sqlite3", "2.7.3" # Use the Puma web server [https://github.com/puma/puma] diff --git a/Gemfile.lock b/Gemfile.lock index 498e044..5fb8844 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,13 +125,13 @@ GEM dockerfile-rails (1.7.10) rails (>= 3.0.0) drb (2.2.3) - erb (5.0.1) + erb (5.0.2) erubi (1.13.1) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.8.0) + io-console (0.8.1) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -169,10 +169,10 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.8) + nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) parallel (1.27.0) parser (3.3.8.0) @@ -182,11 +182,10 @@ GEM prettyprint prettyprint (0.2.0) prism (1.4.0) - propshaft (1.1.0) + propshaft (1.2.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - railties (>= 7.0.0) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -197,7 +196,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.16) + rack (3.2.0) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -236,11 +235,11 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.0) - rdoc (6.14.1) + rdoc (6.14.2) erb psych (>= 4.0.0) regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) rexml (3.4.1) rouge (4.5.2) @@ -292,7 +291,7 @@ GEM stringio (3.1.7) tailwind_merge (1.3.1) sin_lru_redux (~> 2.5) - thor (1.3.2) + thor (1.4.0) timeout (0.4.3) turbo-rails (2.0.16) actionpack (>= 7.1.0) @@ -332,7 +331,7 @@ DEPENDENCIES lucide-rails (= 0.7.1) phlex! phlex-rails! - propshaft (= 1.1.0) + propshaft (= 1.2.1) pry (= 0.15.2) puma (= 6.6.0) rails (= 8.0.2)