Lock ffi version to fix builds on Mac
This commit is contained in:
parent
58ded37404
commit
c876d5e5a2
2 changed files with 5 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -2,6 +2,9 @@ source 'https://rubygems.org'
|
|||
|
||||
gem 'rails', '~> 5.2.0.rc1'
|
||||
|
||||
# Temporary lock ffi version. Read more: https://github.com/ffi/ffi/commit/0fef6d44d09018d03c24af7fa4f9fcd38f36b642
|
||||
gem 'ffi', '1.9.18'
|
||||
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sass-rails'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue