Skip to content

Commit

Permalink
Adding rake as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Jan 28, 2016
1 parent a21d1da commit 806c018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.5.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand All @@ -62,6 +63,7 @@ PLATFORMS

DEPENDENCIES
guard-rspec
rake
rspec
rspec-mocks
ventable!
Expand Down
1 change: 1 addition & 0 deletions ventable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Ventable::VERSION

gem.add_development_dependency "rake"
gem.add_development_dependency "rspec"
gem.add_development_dependency "rspec-mocks"
gem.add_development_dependency 'guard-rspec'
Expand Down

0 comments on commit 806c018

Please sign in to comment.