summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-06-21 21:37:22 +0200
committerGitHub <noreply@github.com>2024-06-21 19:37:22 +0000
commit637de635054d42a0ae43035c2658c6941498f918 (patch)
tree6cf6dcaf4852c08fee533f20194a3ffc939dcab5
parent93741f6a707329fb3f4c1b46bfc979fa99dd16d7 (diff)
chore(deps): update dependency public_suffix to v6 (#30738)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index c2693a3cd19..f2d7d098d5c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -69,7 +69,7 @@ gem 'oj', '~> 3.14'
gem 'ox', '~> 2.14'
gem 'parslet'
gem 'premailer-rails'
-gem 'public_suffix', '~> 5.0'
+gem 'public_suffix', '~> 6.0'
gem 'pundit', '~> 2.3'
gem 'rack-attack', '~> 6.6'
gem 'rack-cors', '~> 2.0', require: 'rack/cors'
diff --git a/Gemfile.lock b/Gemfile.lock
index 15b4e41aacf..0fe1c03b25a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -603,7 +603,7 @@ GEM
railties (>= 7.0.0)
psych (5.1.2)
stringio
- public_suffix (5.1.1)
+ public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.3.2)
@@ -996,7 +996,7 @@ DEPENDENCIES
premailer-rails
private_address_check (~> 0.5)
propshaft
- public_suffix (~> 5.0)
+ public_suffix (~> 6.0)
puma (~> 6.3)
pundit (~> 2.3)
rack (~> 2.2.7)