diff --git a/Gemfile b/Gemfile index 599992c5e..b4066e07b 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem "strong_migrations", "~> 2.0" gem "discard", "~> 1.4" # ActiveModel extension to remove extra whitespace from attributes -gem "strip_attributes", "~> 1.13" +gem "strip_attributes", "~> 1.14" # Use postgresql for data persistence gem "pg", "~> 1.5" diff --git a/Gemfile.lock b/Gemfile.lock index 7cd1f6569..9328e4c7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -447,7 +447,7 @@ GEM ffi (~> 1.12) logger rubyzip (2.3.2) - securerandom (0.3.1) + securerandom (0.3.2) selenium-webdriver (4.26.0) base64 (~> 0.2) logger (~> 1.4) @@ -500,8 +500,8 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) - strip_attributes (1.13.0) - activemodel (>= 3.0, < 8.0) + strip_attributes (1.14.0) + activemodel (>= 3.0, < 9.0) stripe (10.15.0) strong_migrations (2.0.2) activerecord (>= 6.1) @@ -601,7 +601,7 @@ DEPENDENCIES square.rb standard (~> 1.41) stimulus-rails - strip_attributes (~> 1.13) + strip_attributes (~> 1.14) stripe strong_migrations (~> 2.0) turbo-rails