From 762fe175ec62edef37f72eec0f76fde04d807b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:37:31 +0000 Subject: [PATCH] Bump propshaft from 0.7.0 to 0.8.0 Bumps [propshaft](https://github.com/rails/propshaft) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](https://github.com/rails/propshaft/compare/v0.7.0...v0.8.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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index bbf57b9..cb8ce86 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.2.2" gem "rails", "~> 7.0.7" -gem "propshaft", "~> 0.7.0" +gem "propshaft", "~> 0.8.0" gem "pg", "~> 1.1" gem "puma", "~> 6.3.0" gem "jsbundling-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 6f67693..0b10882 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,7 +231,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.4) - propshaft (0.7.0) + propshaft (0.8.0) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -279,7 +279,7 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -366,7 +366,7 @@ GEM stimulus-rails (1.3.0) railties (>= 6.0.0) stringio (3.0.8) - thor (1.2.2) + thor (1.3.0) timeout (0.4.0) turbo-rails (1.5.0) actionpack (>= 6.0.0) @@ -426,7 +426,7 @@ DEPENDENCIES overcommit pagy (~> 6.0.4) pg (~> 1.1) - propshaft (~> 0.7.0) + propshaft (~> 0.8.0) puma (~> 6.3.0) pundit rails (~> 7.0.7)