summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-02 23:50:31 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-02 23:50:31 +0200
commit376c0c5913681370b38e5f44ceb7847a7e8dee03 (patch)
treeec3c951673f6fdfa417b32faddf799125fdf8038 /Rakefile
parenta4bcdf9905fcfd4ddd97dcb49a327b963986f9dc (diff)
downloadffi-efl-376c0c5913681370b38e5f44ceb7847a7e8dee03.zip
ffi-efl-376c0c5913681370b38e5f44ceb7847a7e8dee03.tar.gz
update gem dependencies
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 12fbfa4..68a26b9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,7 @@ PROJ.spec.opts << '--color'
PROJ.rcov.opts << '-I lib'
#
# Dependencies
-depend_on 'rake', '>=0.8.7'
+depend_on 'ffi', '>=1.0.7'
#
task :default => [:spec]
#