Skip to content

Commit

Permalink
fix(deps): bump the Open Project theme
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff authored Jun 7, 2024
1 parent e209925 commit 616d32e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.8.3"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "jekyll-theme-open-project", "~> 2.0.14"
gem "jekyll-theme-open-project", "~> 2.1.9"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand All @@ -23,7 +23,7 @@ group :jekyll_plugins do
gem "jekyll-data"
gem "jekyll-asciidoc"
gem "git"
gem "jekyll-theme-open-project-helpers", "~> 2.0.14"
gem "jekyll-theme-open-project-helpers", "~> 2.1.9"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -37,4 +37,4 @@ gem "rake"
gem "html-proofer"

gem "ffi", "~> 1.16.3"
gem "nokogiri", "~> 1.15.5"
gem "nokogiri", "~> 1.15.5"

0 comments on commit 616d32e

Please sign in to comment.