Skip to content

Commit a926b7b

Browse files
committed
Bump jekyll version
1 parent cfba7a9 commit a926b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

namecard.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "namecard"
5-
spec.version = "0.1.1"
5+
spec.version = "0.1.2"
66
spec.authors = ["afterdusk"]
77
spec.email = ["[email protected]"]
88

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

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

15-
spec.add_runtime_dependency "jekyll", "~> 3.8.5"
15+
spec.add_runtime_dependency "jekyll", "~> 3.8", '>= 3.8.6'
1616
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
1717

1818
spec.add_development_dependency "bundler", "~> 1.16"

0 commit comments

Comments
 (0)