Skip to content

Commit

Permalink
update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 28, 2019
1 parent b68fc28 commit 08fee8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Hoe.spec "loofah" do
extra_deps << ["nokogiri", ">=1.5.9"]
extra_deps << ["crass", "~> 1.0.2"]

extra_dev_deps << ["rake", ">=0.8"]
extra_dev_deps << ["rake", "~> 12.3"]
extra_dev_deps << ["minitest", "~>2.2"]
extra_dev_deps << ["rr", "~>1.2.0"]
extra_dev_deps << ["json", ">=0"]
extra_dev_deps << ["hoe-gemspec", ">=0"]
extra_dev_deps << ["hoe-debugging", ">=0"]
extra_dev_deps << ["hoe-bundler", ">=0"]
extra_dev_deps << ["hoe-git", ">=0"]
extra_dev_deps << ["json", "~> 2.2.0"]
extra_dev_deps << ["hoe-gemspec", "~> 1.0"]
extra_dev_deps << ["hoe-debugging", "~> 2.0"]
extra_dev_deps << ["hoe-bundler", "~> 1.5"]
extra_dev_deps << ["hoe-git", "~> 1.6"]
extra_dev_deps << ["concourse", ">=0.26.0"]
end

Expand Down

0 comments on commit 08fee8c

Please sign in to comment.