diff --git a/Gemfile b/Gemfile index 1be10cecd..c7966f0fa 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem "factory_bot", "~> 6.5.6" gem "rails_compatible_cookies_utils", "~> 0.1.0" # URL parsing/generation -gem "addressable", "~> 2.8.0" +gem "addressable", "~> 2.9.0" # Browser/JavaScript integration tests gem "capybara", "~> 3.32" diff --git a/Gemfile.lock b/Gemfile.lock index 47d59225d..5dd33d71e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,7 +42,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.8) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ansi (1.5.0) ast (2.4.3) @@ -148,7 +148,7 @@ GEM pg (1.6.3-aarch64-linux) pg (1.6.3-x86_64-linux) prism (1.9.0) - public_suffix (6.0.2) + public_suffix (7.0.5) racc (1.8.1) rack (3.2.5) rack-session (2.1.1) @@ -219,7 +219,7 @@ DEPENDENCIES active_attr (~> 0.17.2) activerecord (~> 7.2.3) activesupport (~> 7.2.3) - addressable (~> 2.8.0) + addressable (~> 2.9.0) awesome_print (~> 1.9.2) bcrypt (~> 3.1.21) capybara (~> 3.32)