Skip to content

Commit

Permalink
Chore: Remove rake dependency
Browse files Browse the repository at this point in the history
I don't use rake at all for this project.  Just run rspec for tests.
  • Loading branch information
jfelchner committed Aug 23, 2016
1 parent 8aa57cd commit 3595452
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -2,5 +2,3 @@ source "http://rubygems.org"

# Specify your gem's dependencies in fuubar.gemspec
gemspec

gem 'rake'
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -14,7 +14,6 @@ GEM
thor (~> 0.19.1)
diff-lcs (1.2.5)
hashie (3.4.0)
rake (10.0.4)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand All @@ -38,7 +37,6 @@ DEPENDENCIES
awesome_print (~> 1.7)
chamber (~> 2.3)
fuubar!
rake
rspec (~> 3.0)

BUNDLED WITH
Expand Down
3 changes: 0 additions & 3 deletions Rakefile

This file was deleted.

0 comments on commit 3595452

Please sign in to comment.