From 63e037a3b408f350283c7460d49ec57eaa63e42a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 01:55:55 +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 | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 9cbc3d2b..bde44cc2 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "importmap-rails", "~> 1.2" gem "jb", "~> 0.8.1" gem "nilify_blanks", "~> 1.4" gem "pg", "~> 1.5" -gem "propshaft", "~> 0.7.0" +gem "propshaft", "~> 0.8.0" gem "puma", "~> 6.4" gem "rack-canonical-host", "~> 1.2", require: false gem "redis", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index e9d014ec..292d7d13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,8 +174,9 @@ GEM actionpack (>= 6.0.0) railties (>= 6.0.0) io-console (0.6.0) - irb (1.6.4) - reline (>= 0.3.0) + irb (1.8.3) + rdoc + reline (>= 0.3.8) jb (0.8.1) json (2.6.3) json-schema (4.1.1) @@ -234,7 +235,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 @@ -244,6 +245,8 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) + psych (5.1.1.1) + stringio public_suffix (5.0.3) puma (6.4.0) nio4r (~> 2.0) @@ -293,12 +296,14 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rdoc (6.5.0) + psych (>= 4.0.0) redis (5.0.8) redis-client (>= 0.17.0) redis-client (0.17.1) connection_pool regexp_parser (2.8.2) - reline (0.3.3) + reline (0.3.9) io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) @@ -371,13 +376,14 @@ GEM standard-performance (1.2.1) lint_roller (~> 1.1) rubocop-performance (~> 1.19.1) + stringio (3.0.8) tailwindcss-rails (2.0.31-arm64-darwin) railties (>= 6.0.0) tailwindcss-rails (2.0.31-x86_64-darwin) railties (>= 6.0.0) tailwindcss-rails (2.0.31-x86_64-linux) railties (>= 6.0.0) - thor (1.2.2) + thor (1.3.0) timeout (0.4.0) turbo-rails (1.5.0) actionpack (>= 6.0.0) @@ -428,7 +434,7 @@ DEPENDENCIES mail (< 2.9.0) nilify_blanks (~> 1.4) pg (~> 1.5) - propshaft (~> 0.7.0) + propshaft (~> 0.8.0) pry-rails (~> 0.3.9) puma (~> 6.4) rack-canonical-host (~> 1.2)