summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 68a26b9..3177599 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,7 @@ PROJ.spec.opts << '--color'
PROJ.rcov.opts << '-I lib'
#
# Dependencies
-depend_on 'ffi', '>=1.0.7'
+depend_on 'ffi', '>=1.0.2'
#
task :default => [:spec]
#