diff --git a/Gemfile b/Gemfile index bd922d0b..8016b815 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 d3c019c3..f46cf7ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)