Skip to content

Commit

Permalink
rake should just be a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Mar 6, 2013
1 parent 8d0c9f3 commit 0f1bfe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PATH
remote: .
specs:
zurb-foundation (4.0.4)
rake
sass (>= 3.2.0)

GEM
Expand All @@ -16,4 +15,5 @@ PLATFORMS
x86-mingw32

DEPENDENCIES
rake
zurb-foundation!
2 changes: 1 addition & 1 deletion foundation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
gem.version = Foundation::VERSION

gem.add_dependency "sass", [">= 3.2.0"]
gem.add_dependency "rake"
gem.add_development_dependency "rake"
end

0 comments on commit 0f1bfe6

Please sign in to comment.