From a217ee3c7627958a0d8fa5a1738da41921e91aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 20:51:47 +0000 Subject: [PATCH] Bump ffi from 0.6.3 to 1.10.0 Bumps [ffi](https://github.com/ffi/ffi) from 0.6.3 to 1.10.0. - [Release notes](https://github.com/ffi/ffi/releases) - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/0.6.3...1.10.0) Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 17d7575..4d9a53a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,18 @@ PATH remote: . specs: - scrapi (1.2.2) + scrapi (2.0.0) tidy_ffi (>= 0.1.2) GEM remote: http://rubygems.org/ specs: - ffi (0.6.3) - rake (>= 0.8.7) - rake (0.8.7) - tidy_ffi (0.1.3) - ffi (>= 0.3.5) + ffi (1.10.0) + tidy_ffi (1.0.0) + ffi (~> 1.2) PLATFORMS ruby DEPENDENCIES scrapi! - tidy_ffi (>= 0.1.2)