From 37728031aa5348c63dcf39e04bf7c0145a7fd7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:27:35 +0000 Subject: [PATCH] chore(deps): bump propshaft from 1.0.0 to 1.1.0 Bumps [propshaft](https://github.com/rails/propshaft) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](https://github.com/rails/propshaft/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: propshaft dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 63d5b910..a3158906 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem 'activejob-status', '~> 1.0.2' # Assets ## Use jsbundling-rails, cssbundling-rails to run rake tasks, core is build/build:css in package.json -gem 'propshaft', '1.0.0' +gem 'propshaft', '1.1.0' gem 'jsbundling-rails', '~> 1.3' gem 'cssbundling-rails', '~> 1.4' ## Javascript diff --git a/Gemfile.lock b/Gemfile.lock index 66e6e819..52e4d7e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,7 +234,7 @@ GEM interception (0.5) io-console (0.7.2) iostruct (0.1.3) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) jb (0.8.2) @@ -392,7 +392,7 @@ GEM pghero (3.6.0) activerecord (>= 6.1) plist (3.7.1) - propshaft (1.0.0) + propshaft (1.1.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -677,7 +677,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pghero (~> 3.6.0) plist (~> 3.7.1) - propshaft (= 1.0.0) + propshaft (= 1.1.0) pry-rails pry-rescue puma (~> 6.4.3)