bundle update ffi

Change-Id: I8f50f6e534acc5cc41156d985e766de03a18b4a4
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/325466
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
Build-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2023-08-17 08:55:39 -06:00
parent 33ca0aae43
commit a42227a32d
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ gem "ddtrace", "0.42.0", require: false
gem "docx", "0.6.2" gem "docx", "0.6.2"
gem "encrypted_cookie_store-instructure", "1.2.12", require: "encrypted_cookie_store" gem "encrypted_cookie_store-instructure", "1.2.12", require: "encrypted_cookie_store"
gem "folio-pagination", "0.0.12", require: "folio/rails" gem "folio-pagination", "0.0.12", require: "folio/rails"
gem "ffi", "1.14.2", require: false gem "ffi", "~> 1.15", require: false
gem "gepub", "1.0.15" gem "gepub", "1.0.15"
gem "apollo-federation", "1.1.5" gem "apollo-federation", "1.1.5"
gem "graphql", "1.12.14" gem "graphql", "1.12.14"

View File

@ -567,7 +567,7 @@ GEM
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday_middleware (0.14.0) faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0) faraday (>= 0.7.4, < 1.0)
ffi (1.14.2) ffi (1.15.5)
ffi-compiler (1.0.1) ffi-compiler (1.0.1)
ffi (>= 1.0.0) ffi (>= 1.0.0)
rake rake
@ -1248,7 +1248,7 @@ DEPENDENCIES
event_stream! event_stream!
factory_bot (= 6.2.1) factory_bot (= 6.2.1)
faraday (~> 0.17) faraday (~> 0.17)
ffi (= 1.14.2) ffi (~> 1.15)
ffi-icu (= 0.4.0)! ffi-icu (= 0.4.0)!
flakey_spec_catcher (~> 0.12) flakey_spec_catcher (~> 0.12)
folio-pagination (= 0.0.12) folio-pagination (= 0.0.12)