Skip to content

Commit

Permalink
Bump FFI dependency to ~> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kavu committed Jul 17, 2013
1 parent 315b74a commit c28d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webp-ffi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.extensions << 'ext/webp_ffi/Rakefile'

spec.add_runtime_dependency "ffi", "~> 1.4.0"
spec.add_runtime_dependency "ffi", "~> 1.9.0"
spec.add_runtime_dependency "ffi-compiler", "~> 0.1.2"

spec.add_development_dependency "bundler", ">= 1.2"
Expand Down

0 comments on commit c28d926

Please sign in to comment.