Skip to content

Commit

Permalink
force an ffi dependency because for some reason it is not resolved in…
Browse files Browse the repository at this point in the history
… rufus-tokyo
  • Loading branch information
copiousfreetime committed May 9, 2011
1 parent 58f5b80 commit 49d8cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
spec.add_dependency( "rufus-tokyo", "~> 1.0.1")
spec.add_dependency( "logging", "~> 1.4.3" )
spec.add_dependency( "main", "~> 4.2.0" )
spec.add_dependency( 'ffi', "~> 1.0.7" ) # unsure why this doesn't get resolved with rufus-tokyo

# development dependencies
spec.add_development_dependency("configuration", "~> 1.1.0")
Expand Down

0 comments on commit 49d8cc2

Please sign in to comment.