Skip to content

Commit

Permalink
Solve dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
b2a3e8 authored Oct 15, 2019
1 parent b14373b commit a7d0668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-theme-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-console"
spec.version = "0.3.3"
spec.version = "0.3.4"
spec.authors = ["b2a3e8"]
spec.email = ["[email protected]"]

Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|LICENSE|README)!i) }

spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll", ">= 3.5"
spec.add_runtime_dependency "jekyll-seo-tag"
spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 12.0"
Expand Down

0 comments on commit a7d0668

Please sign in to comment.