Skip to content

Commit

Permalink
Merge pull request #97 from leifdenby/fix/leeds-sciml-ruby-ffi-issue
Browse files Browse the repository at this point in the history
Pin ruby ffi version to fix deploy issue
  • Loading branch information
JSunderground authored Jul 12, 2024
2 parents 0865139 + 2282137 commit 433bb01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

gem "faraday", "< 1.0"

# https://github.com/ffi/ffi/issues/1103
gem "ffi", "< 1.17.0"

0 comments on commit 433bb01

Please sign in to comment.