Skip to content

Commit

Permalink
rake ~> 13 doesn't support ruby < 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jun 1, 2023
1 parent c62b734 commit 3e4de9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redcarpet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.executables = ["redcarpet"]
s.require_paths = ["lib"]

s.add_development_dependency "rake", "~> 13"
s.add_development_dependency "rake"
s.add_development_dependency "rake-compiler", "~> 1.1"
s.add_development_dependency "test-unit", "~> 3.5"
end

0 comments on commit 3e4de9a

Please sign in to comment.