We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bd7d6 commit 2eeb93aCopy full SHA for 2eeb93a
Gemfile
@@ -15,6 +15,8 @@ gem 'coffee-rails', '~> 4.2'
15
gem 'sass-rails'
16
gem 'turbolinks', '~> 5'
17
18
+gem 'ffi', '1.9.10', require: false # FIXME: unlock ffi when https://github.com/nex3/rb-inotify/pull/49 is fixed.
19
+
20
# require: false so bcrypt is loaded only when has_secure_password is used.
21
# This is to avoid Active Model (and by extension the entire framework)
22
# being dependent on a binary library.
0 commit comments