Skip to content

Commit

Permalink
update gem versions to what GitHub Pages uses
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Jun 7, 2023
1 parent 179c3c1 commit ea0abf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beautiful-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Gem::Specification.new do |spec|
"documentation_uri" => "https://github.com/daattali/beautiful-jekyll#readme"
}

spec.add_runtime_dependency "jekyll", "~> 3.8"
spec.add_runtime_dependency "jekyll", "~> 3.9.3"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1"
spec.add_runtime_dependency "kramdown", "~> 2.3.0"
spec.add_runtime_dependency "kramdown", "~> 2.3.2"

spec.add_development_dependency "bundler", ">= 1.16"
spec.add_development_dependency "rake", "~> 12.0"
Expand Down

0 comments on commit ea0abf5

Please sign in to comment.