Skip to content

Commit

Permalink
Force FFI version 1.12 to compile on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Sep 21, 2020
1 parent 82b715c commit d992c23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]

# Include the tech docs gem
gem 'govuk_tech_docs'

# Include specific version of FFI until following issue is fixed:
# https://github.com/ffi/ffi/issues/791
gem "ffi", "1.12"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
execjs (2.7.0)
fast_blank (1.0.0)
fastimage (2.2.0)
ffi (1.13.1)
ffi (1.12.0)
govuk_tech_docs (2.0.13)
activesupport
chronic (~> 0.10.2)
Expand Down Expand Up @@ -174,6 +174,7 @@ PLATFORMS
ruby

DEPENDENCIES
ffi (= 1.12)
govuk_tech_docs
tzinfo-data
wdm (~> 0.1.0)
Expand Down

0 comments on commit d992c23

Please sign in to comment.