From: Eugen Rochko Date: Thu, 20 Sep 2018 22:42:59 +0000 (+0200) Subject: Update ruby dependencies (#8743) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=56efc281895f4de19fd5ade241526fed454a7f8b;p=mastodon.git Update ruby dependencies (#8743) * Update ffi to 1.9.25 * Update private_address_check to 0.5.0 --- diff --git a/Gemfile b/Gemfile index 0c2cf5490..70f6c6d56 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ group :development, :test do end group :production, :test do - gem 'private_address_check', '~> 0.4.1' + gem 'private_address_check', '~> 0.5' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index ccdb3e146..0425c41e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,7 +212,7 @@ GEM multipart-post (>= 1.2, < 3) fast_blank (1.0.0) fastimage (2.1.1) - ffi (1.9.23) + ffi (1.9.25) fog-core (1.45.0) builder excon (~> 0.58) @@ -402,7 +402,7 @@ GEM premailer-rails (1.10.2) actionmailer (>= 3, < 6) premailer (~> 1.7, >= 1.7.9) - private_address_check (0.4.1) + private_address_check (0.5.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -718,7 +718,7 @@ DEPENDENCIES pkg-config (~> 1.3) posix-spawn! premailer-rails - private_address_check (~> 0.4.1) + private_address_check (~> 0.5) pry-byebug (~> 3.6) pry-rails (~> 0.3) puma (~> 3.11)