From ed6d3b493cc8536d6e580ecb0fef5b5f5c4d9bf2 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Mon, 9 Dec 2019 19:20:45 +1100 Subject: [PATCH] DEV: update dependencies This updates some low risk dependencies. Mostly minor changes. Public suffix now requires Ruby 2.3 and up which is not a problem for us. --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 539531d510..1092376d7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,8 +38,8 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) annotate (3.0.3) activerecord (>= 3.2, < 7.0) rake (>= 10.4, < 14.0) @@ -123,7 +123,7 @@ GEM excon (0.64.0) execjs (2.7.0) exifr (1.3.6) - fabrication (2.20.1) + fabrication (2.21.0) fakeweb (1.3.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) @@ -164,7 +164,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - lograge (0.11.0) + lograge (0.11.2) actionpack (>= 4) activesupport (>= 4) railties (>= 4) @@ -173,7 +173,7 @@ GEM logstash-logger (0.26.1) logstash-event (~> 1.2) logster (2.4.2) - loofah (2.3.1) + loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lru_redux (1.1.0) @@ -205,9 +205,9 @@ GEM multipart-post (2.1.1) mustache (1.1.1) nio4r (2.5.2) - nokogiri (1.10.5) + nokogiri (1.10.7) mini_portile2 (~> 2.4.0) - nokogumbo (2.0.1) + nokogumbo (2.0.2) nokogiri (~> 1.8, >= 1.8.4) oauth (0.5.4) oauth2 (1.4.1) @@ -268,7 +268,7 @@ GEM pry (>= 0.9.10, < 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (3.0.3) + public_suffix (4.0.1) puma (4.3.1) nio4r (~> 2.0) r2 (0.2.7)