Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
Add version restrictions for kramdown and rouge.
Browse files Browse the repository at this point in the history
  • Loading branch information
aprescott committed Nov 21, 2015
1 parent 59bc77b commit c6b0d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PATH
remote: .
specs:
serif (0.6)
kramdown
kramdown (>= 1.9.0)
liquid (~> 2.0)
nokogiri
rack
redhead
reverse_markdown
rouge
rouge (>= 1.10.0)
rubypants
sinatra
timeout_cache
Expand Down
4 changes: 2 additions & 2 deletions serif.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Gem::Specification.new do |s|
s.licenses = ["MIT"]

s.add_runtime_dependency "rack"
s.add_runtime_dependency "kramdown"
s.add_runtime_dependency "kramdown", ">= 1.9.0"
s.add_runtime_dependency "rubypants"
s.add_runtime_dependency "rouge"
s.add_runtime_dependency "rouge", ">= 1.10.0"
s.add_runtime_dependency "sinatra"
s.add_runtime_dependency "redhead"
s.add_runtime_dependency "liquid", "~> 2.0"
Expand Down

0 comments on commit c6b0d07

Please sign in to comment.