logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7c03e59338913be69683e07f4d7830c94c5621cd
parent: b88635202f49c9d6f2770c70984cb232b508de52
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Fri, 25 Aug 2017 21:17:08 +0900

Update addressable to version 2.5.2 (#4686)


Diffstat:

MGemfile.lock8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock @@ -44,8 +44,8 @@ GEM i18n (~> 0.7) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.1) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) airbrussh (1.3.0) sshkit (>= 1.6.1, != 1.7.0) annotate (2.7.2) @@ -298,7 +298,7 @@ GEM slop (~> 3.4) pry-rails (0.3.6) pry (>= 0.10.4) - public_suffix (2.0.5) + public_suffix (3.0.0) puma (3.9.1) pundit (1.1.0) activesupport (>= 3.0.0) @@ -590,4 +590,4 @@ RUBY VERSION ruby 2.4.1p111 BUNDLED WITH - 1.15.3 + 1.15.4