Skip to content

Commit

Permalink
Bump ffi from 1.16.3 to 1.17.1
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 87e2644 commit 01159ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 7 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 01159ad

Please sign in to comment.