From c8aaa9e1c1e3dd42f35c1fa5dbb40b561339c8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 08:26:15 +0000 Subject: [PATCH] Bump propshaft from 1.2.0 to 1.3.1 Bumps [propshaft](https://github.com/rails/propshaft) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](https://github.com/rails/propshaft/compare/v1.2.0...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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 67d64ae..b623bc8 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem "devise", "~> 4.9" gem "importmap-rails", "~> 2.1" -gem "propshaft", "~> 1.2" +gem "propshaft", "~> 1.3" gem "ruby_llm", "~> 1.3", github: "xrendan/ruby_llm", branch: "structured-output" # gem "ruby_llm", "~> 1.3", path: "../ruby_llm" diff --git a/Gemfile.lock b/Gemfile.lock index 1dcf5a4..3b94770 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -118,7 +118,7 @@ GEM base64 (0.3.0) bcrypt (3.1.20) benchmark (0.4.1) - bigdecimal (3.2.2) + bigdecimal (3.2.3) bootsnap (1.18.6) msgpack (~> 1.2) brakeman (7.1.0) @@ -133,7 +133,7 @@ GEM commonmarker (2.3.1-x86_64-linux) commonmarker (2.3.1-x86_64-linux-musl) concurrent-ruby (1.3.5) - connection_pool (2.5.3) + connection_pool (2.5.4) crass (1.0.6) csv (3.3.5) date (3.4.1) @@ -283,7 +283,7 @@ GEM prism (1.4.0) prop_initializer (0.2.0) zeitwerk (>= 2.6.18) - propshaft (1.2.0) + propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -295,7 +295,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.16) + rack (3.2.1) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -446,7 +446,7 @@ DEPENDENCIES marksmith (~> 0.4.5) nokogiri (~> 1.18) pg (~> 1.1) - propshaft (~> 1.2) + propshaft (~> 1.3) puma (>= 5.0) rack-cors rails (~> 8.0.2)