Fix issue with ffi gem on MacOS.
This commit is contained in:
parent
935362efc4
commit
3e64fa40ef
1 changed files with 3 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -8,6 +8,9 @@ group :development do
|
|||
gem 'guard'
|
||||
gem 'guard-shell'
|
||||
gem 'html-proofer'
|
||||
# ffi-1.13.1 is broken on macos
|
||||
# https://github.com/ffi/ffi/issues/791
|
||||
gem 'ffi', '~> 1.12.2'
|
||||
end
|
||||
|
||||
group :epub do
|
||||
|
|
Loading…
Add table
Reference in a new issue