Skip to content

Commit

Permalink
fixed dependency error in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mare-imbrium committed Jun 5, 2014
1 parent 9c14115 commit 8311698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions canis.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.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake"
spec.add_development_dependency "ffi-ncurses"
spec.add_dependency "ffi-ncurses"
spec.add_development_dependency "rake", ">= 0.9.6"
#spec.add_development_dependency "ffi-ncurses", ">= 0.4.0"
spec.add_runtime_dependency "ffi-ncurses", ">= 0.4.0", ">= 0.4.0"
end

0 comments on commit 8311698

Please sign in to comment.