diff --git a/Gemfile.lock b/Gemfile.lock index 13e5781..5686f9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,8 +76,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) ast (2.4.3) base64 (0.3.0) bcrypt (3.1.22) @@ -245,7 +245,7 @@ GEM psych (5.2.6) date stringio - public_suffix (6.0.2) + public_suffix (7.0.5) puma (6.6.0) nio4r (~> 2.0) puma-daemon (0.5.0) diff --git a/vendor/cache/addressable-2.8.7.gem b/vendor/cache/addressable-2.8.7.gem deleted file mode 100644 index c489068..0000000 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 0000000..b252ad4 Binary files /dev/null and b/vendor/cache/addressable-2.9.0.gem differ diff --git a/vendor/cache/public_suffix-6.0.2.gem b/vendor/cache/public_suffix-6.0.2.gem deleted file mode 100644 index 0baf25c..0000000 Binary files a/vendor/cache/public_suffix-6.0.2.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 0000000..43aa67e Binary files /dev/null and b/vendor/cache/public_suffix-7.0.5.gem differ