Merge pull request #1464 from tchak/fix-ffi
Lock ffi version to fix builds on Mac
This commit is contained in:
commit
d880eec2d2
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
|
||||
|
|
|
@ -202,7 +202,7 @@ GEM
|
|||
activesupport (>= 3.0.0)
|
||||
faraday (0.12.2)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ffi (1.9.21)
|
||||
ffi (1.9.18)
|
||||
fission (0.5.0)
|
||||
CFPropertyList (~> 2.2)
|
||||
fog (1.41.0)
|
||||
|
@ -789,6 +789,7 @@ DEPENDENCIES
|
|||
dotenv-rails
|
||||
draper
|
||||
factory_bot
|
||||
ffi (= 1.9.18)
|
||||
fog
|
||||
fog-openstack
|
||||
font-awesome-rails
|
||||
|
|
Loading…
Reference in a new issue