Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Bump ffi from 1.15.5 to 1.16.3 #1156

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gem 'rails_same_site_cookie', { git: "https://github.com/alphagov/rails-same-sit

# Gem ffi in Ruby 2.6.6 requires a version of the system library `/usr/lib/libffi.dylib` that's not available on MacOS Mojave.
# Revert the gem to a previous version that works with the library available on our dev machines.
gem 'ffi', '1.15.5'
gem 'ffi', '1.16.3'

group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -376,7 +376,7 @@ DEPENDENCIES
connection_pool
dotenv-rails
email_validator (~> 1.6)
ffi (= 1.15.5)
ffi (= 1.16.3)
headless
http (~> 5.1.1)
jasmine
Expand Down
Loading