Skip to content

Commit

Permalink
Add version specification for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvery committed Mar 12, 2015
1 parent 63455e0 commit 41f8a26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions artoo-neopixel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.files = FileList["lib/**/*.rb"]
s.require_paths = ["lib"]

s.add_runtime_dependency "artoo-arduino"
s.add_runtime_dependency "hybridgroup-firmata"
s.add_development_dependency "pry"
s.add_development_dependency "rake"
s.add_runtime_dependency "artoo-arduino", "~>1.0"
s.add_runtime_dependency "hybridgroup-firmata", "~>0.2"
s.add_development_dependency "pry", ">=0.9"
s.add_development_dependency "rake", "~>10.4"
end

0 comments on commit 41f8a26

Please sign in to comment.