Skip to content

Commit 2eeb93a

Browse files
committed
Lock ffi to fix test failures in the evented_file_update_checker_test
1 parent 63bd7d6 commit 2eeb93a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ gem 'coffee-rails', '~> 4.2'
1515
gem 'sass-rails'
1616
gem 'turbolinks', '~> 5'
1717

18+
gem 'ffi', '1.9.10', require: false # FIXME: unlock ffi when https://github.com/nex3/rb-inotify/pull/49 is fixed.
19+
1820
# require: false so bcrypt is loaded only when has_secure_password is used.
1921
# This is to avoid Active Model (and by extension the entire framework)
2022
# being dependent on a binary library.

0 commit comments

Comments
 (0)