Skip to content

Commit

Permalink
Remove Gemfile.lock and add version dependencies in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Jul 4, 2014
1 parent 1e7a1e9 commit dbb0e8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 97 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.rvmrc
.rbx
pkg
Gemfile.lock
93 changes: 0 additions & 93 deletions Gemfile.lock

This file was deleted.

8 changes: 4 additions & 4 deletions artoo-arduino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Gem::Specification.new do |s|
s.extensions = ["ext/Rakefile"]

s.add_runtime_dependency 'artoo', '>= 1.6.0'
s.add_runtime_dependency 'artoo-gpio'
s.add_runtime_dependency 'artoo-i2c'
s.add_runtime_dependency 'hybridgroup-firmata', '>= 0.4.6'
s.add_runtime_dependency 'artoo-gpio', '>= 0.4.1'
s.add_runtime_dependency 'artoo-i2c', '>= 0.5.0'
s.add_runtime_dependency 'hybridgroup-firmata', '>= 0.4.5'
s.add_development_dependency 'minitest', '~> 5.0'
s.add_development_dependency 'minitest-happy'
s.add_development_dependency 'minitest-happy', '~> 1.0.0'
s.add_development_dependency 'mocha', '~> 0.14.0'
end

0 comments on commit dbb0e8a

Please sign in to comment.