Skip to content

Commit

Permalink
Rake is an undefined dependency of metric_fu
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Sep 11, 2011
1 parent 44de62a commit b862348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -2,9 +2,9 @@ PATH
remote: .
specs:
metrical (0.0.6)
activesupport
main (~> 4.6.0)
metric_fu (~> 2.1.1)
rake

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -61,6 +61,7 @@ GEM
i18n
ruby-progressbar
ruby_parser
rake (0.9.2)
rcov (0.9.10)
reek (1.2.8)
ruby2ruby (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion metrical.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency "metric_fu", "~> 2.1.1"
s.add_runtime_dependency "activesupport"
s.add_runtime_dependency "main", "~> 4.6.0"
s.add_runtime_dependency "rake"
end

0 comments on commit b862348

Please sign in to comment.