From 7c5919f6679e30c9c488594f994484493e2a00c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:45:06 +0000 Subject: [PATCH] Bump ffi from 1.16.3 to 1.17.1 Bumps [ffi](https://github.com/ffi/ffi) from 1.16.3 to 1.17.1. - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/commits) --- updated-dependencies: - dependency-name: ffi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1f936b22a..b23b2e937 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem "devise-guests", "~> 0.8" gem "dotenv-rails" gem "execjs" gem "faraday", "2.12.2" -gem "ffi", "1.16.3" +gem "ffi", "1.17.1" gem "hashie", "~>4.1.0" gem "honeybadger", "5.26.1" gem "httparty" diff --git a/Gemfile.lock b/Gemfile.lock index af814a2ee..fe651e44e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,12 @@ GEM logger faraday-net_http (3.4.0) net-http (>= 0.5.0) - ffi (1.16.3) + ffi (1.17.1-aarch64-linux-gnu) + ffi (1.17.1-arm-linux-gnu) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86-linux-gnu) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -733,7 +738,7 @@ DEPENDENCIES execjs factory_bot_rails faraday (= 2.12.2) - ffi (= 1.16.3) + ffi (= 1.17.1) flamegraph foreman hashie (~> 4.1.0)