Update ruby dependencies (#8743)

* Update ffi to 1.9.25

* Update private_address_check to 0.5.0
This commit is contained in:
Eugen Rochko
2018-09-21 00:42:59 +02:00
committed by GitHub
parent c946ba3fae
commit 56efc28189
2 changed files with 4 additions and 4 deletions

View File

@ -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