Skip to content

Commit

Permalink
Merge pull request #119 from daviddarnes/fix-liquid-c-error
Browse files Browse the repository at this point in the history
[Hotfix]: Fix liquid c error
  • Loading branch information
daviddarnes authored Feb 25, 2019
2 parents d9e8b54 + bb5cd4b commit d79bd90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions alembic-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "alembic-jekyll-theme"
spec.version = "3.0.7"
spec.version = "3.0.8"
spec.authors = ["David Darnes"]
spec.email = ["[email protected]"]

Expand All @@ -26,7 +26,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-commonmark", "~> 1.2"
spec.add_runtime_dependency "jekyll-include-cache", "~> 0.1"
spec.add_runtime_dependency "jemoji", "~> 0.9"
spec.add_runtime_dependency "liquid-c", "~> 4.0"

spec.add_development_dependency "bundler", "~> 1.14"
end

0 comments on commit d79bd90

Please sign in to comment.