diff --git a/Gemfile b/Gemfile index fac39d7..9258bb1 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "bcrypt", "3.1.13" gem "faker", "3.5.2" gem "will_paginate", "4.0.1" gem "cssbundling-rails", "1.4.3" -gem "propshaft", "1.2.1" +gem "propshaft", "1.3.1" gem "importmap-rails", "2.1.0" gem "turbo-rails", "2.0.14" gem "stimulus-rails", "1.3.4" diff --git a/Gemfile.lock b/Gemfile.lock index 6f94a92..d5da525 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) - propshaft (1.2.1) + propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack @@ -396,7 +396,7 @@ DEPENDENCIES minitest (= 5.25.5) minitest-reporters (= 1.7.1) pg (= 1.5.9) - propshaft (= 1.2.1) + propshaft (= 1.3.1) puma (= 6.6.0) rails (= 8.0.2) rails-controller-testing (= 1.0.5)