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)