Skip to content

Commit

Permalink
dep: update to hoe-markdown ~> v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jun 16, 2020
1 parent 9ac6450 commit 93289f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -15,7 +15,7 @@ gem "hoe-gemspec", "~>1.0", :group => [:development, :test]
gem "hoe-debugging", "~>2.0", :group => [:development, :test]
gem "hoe-bundler", "~>1.5", :group => [:development, :test]
gem "hoe-git", "~>1.6", :group => [:development, :test]
gem "hoe-markdown", "~>1.1", :group => [:development, :test]
gem "hoe-markdown", "~>1.2", :group => [:development, :test]
gem "concourse", ">=0.26.0", :group => [:development, :test]
gem "rubocop", ">=0.76.0", :group => [:development, :test]
gem "rdoc", ">=4.0", "<7", :group => [:development, :test]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -32,7 +32,7 @@ Hoe.spec "loofah" do
extra_dev_deps << ["hoe-debugging", "~> 2.0"]
extra_dev_deps << ["hoe-bundler", "~> 1.5"]
extra_dev_deps << ["hoe-git", "~> 1.6"]
extra_dev_deps << ["hoe-markdown", "~> 1.1"]
extra_dev_deps << ["hoe-markdown", "~> 1.2"]
extra_dev_deps << ["concourse", ">=0.26.0"]
extra_dev_deps << ["rubocop", ">=0.76.0"]
end
Expand Down

0 comments on commit 93289f2

Please sign in to comment.