From 9f656bb40b74c5e3eb3e72def3b96be2e6848ba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 23:39:40 +0000 Subject: [PATCH] Bump ffi in /sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme 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) Signed-off-by: dependabot[bot] --- .../themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile | 2 +- .../adaptivetheme/adaptivetheme/at_subtheme/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile b/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile index be85d52..a6f92df 100644 --- a/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile +++ b/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile @@ -3,4 +3,4 @@ source "https://rubygems.org" gem "sass", "~> 3.4.9" gem "compass", "~> 1.0.1" -gem "ffi", "1.9.3" +gem "ffi", "1.9.24" diff --git a/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile.lock b/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile.lock index 6eabf37..30849be 100644 --- a/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile.lock +++ b/sites/all/themes/adaptivetheme/adaptivetheme/at_subtheme/Gemfile.lock @@ -14,7 +14,7 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) - ffi (1.9.3) + ffi (1.9.24) multi_json (1.10.1) rb-fsevent (0.9.4) rb-inotify (0.9.5) @@ -26,5 +26,5 @@ PLATFORMS DEPENDENCIES compass (~> 1.0.1) - ffi (= 1.9.3) + ffi (= 1.9.24) sass (~> 3.4.9)