Skip to content

Commit

Permalink
Allow wider range of FFI dependency
Browse files Browse the repository at this point in the history
The latest version of FFI for ruby 1.8.3 series  is 1.9.6 (tests still pass using this newer FFI version).. This doesn't change anything for existing installs but will allow wider compatibility.
  • Loading branch information
courtenay committed Mar 23, 2015
1 parent 5d6f728 commit 3acc1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidy_ffi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'ffi', "~> 1.2.0"
s.add_dependency 'ffi', "~> 1.2"
end

0 comments on commit 3acc1ed

Please sign in to comment.