Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Update redcarpet dep in the gemspec.
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
namelessjon authored and Zachary Scott committed Jan 11, 2012
1 parent 1f4f23e commit 2faa045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glorify.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_runtime_dependency "sinatra" s.add_runtime_dependency "sinatra"
s.add_runtime_dependency "redcarpet", "~> 1.0" s.add_runtime_dependency "redcarpet", "~> 2.0"
s.add_runtime_dependency "albino" s.add_runtime_dependency "albino"
s.add_runtime_dependency "nokogiri" s.add_runtime_dependency "nokogiri"
end end

0 comments on commit 2faa045

Please sign in to comment.