From 9090d95ec01b7fe75a7eda051703cdaa73ca35ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 08:45:28 +0000 Subject: [PATCH] Bump ffi from 1.9.3 to 1.9.24 in /examples Bumps [ffi](https://github.com/ffi/ffi) from 1.9.3 to 1.9.24. - [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/1.9.3...1.9.24) --- updated-dependencies: - dependency-name: ffi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/Gemfile | 2 +- examples/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Gemfile b/examples/Gemfile index 933b50d..fec6e44 100644 --- a/examples/Gemfile +++ b/examples/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' gem 'sass', '~>3.3.0.rc.1' gem 'compass', '~>0.13.alpha.10' -gem 'ffi', '~>1.9.3' \ No newline at end of file +gem 'ffi', '~>1.9.24' \ No newline at end of file diff --git a/examples/Gemfile.lock b/examples/Gemfile.lock index 7380bd4..c9ee8b3 100644 --- a/examples/Gemfile.lock +++ b/examples/Gemfile.lock @@ -7,7 +7,7 @@ GEM json listen (~> 1.1.0) sass (~> 3.3.0.rc.1) - ffi (1.9.3) + ffi (1.9.24) json (1.8.1) listen (1.1.6) rb-fsevent (>= 0.9.3) @@ -26,5 +26,5 @@ PLATFORMS DEPENDENCIES compass (~> 0.13.alpha.10) - ffi (~> 1.9.3) + ffi (~> 1.9.24) sass (~> 3.3.0.rc.1)