Skip to content

Commit

Permalink
Remove Rake development dependency
Browse files Browse the repository at this point in the history
This wasn’t actually being used
  • Loading branch information
nschonni committed Sep 18, 2016
1 parent 4c05655 commit e309754
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -22,15 +22,13 @@ GEM
colored (>= 1.2)
diffy (3.1.0)
minitest (5.8.4)
rake (10.5.0)
ruby-terminfo (0.1.1)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.7)
rake (~> 10.0)
sass!
sass-spec!

Expand Down
1 change: 0 additions & 1 deletion sass-spec.gemspec
Expand Up @@ -30,5 +30,4 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "sass", "~> 3.4"
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
end

0 comments on commit e309754

Please sign in to comment.