diff --git a/Gemfile.lock b/Gemfile.lock index b597e578..11161e16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,8 +81,8 @@ GEM minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) afm (0.2.2) ast (2.4.2) autoprefixer-rails (10.4.19.0) @@ -407,7 +407,7 @@ GEM pry (>= 0.13.0) psych (4.0.4) stringio - public_suffix (6.0.1) + public_suffix (7.0.5) puma (6.4.3) nio4r (~> 2.0) puma-daemon (0.3.2) diff --git a/vendor/cache/addressable-2.8.7.gem b/vendor/cache/addressable-2.8.7.gem deleted file mode 100644 index c4890680..00000000 Binary files a/vendor/cache/addressable-2.8.7.gem and /dev/null differ diff --git a/vendor/cache/addressable-2.9.0.gem b/vendor/cache/addressable-2.9.0.gem new file mode 100644 index 00000000..b252ad42 Binary files /dev/null and b/vendor/cache/addressable-2.9.0.gem differ diff --git a/vendor/cache/public_suffix-6.0.1.gem b/vendor/cache/public_suffix-6.0.1.gem deleted file mode 100644 index 5242a946..00000000 Binary files a/vendor/cache/public_suffix-6.0.1.gem and /dev/null differ diff --git a/vendor/cache/public_suffix-7.0.5.gem b/vendor/cache/public_suffix-7.0.5.gem new file mode 100644 index 00000000..43aa67e0 Binary files /dev/null and b/vendor/cache/public_suffix-7.0.5.gem differ