Skip to content

Commit 616d32e

Browse files
authored
fix(deps): bump the Open Project theme
1 parent e209925 commit 616d32e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source "https://rubygems.org"
1111
gem "jekyll", "~> 3.8.3"
1212

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

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

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

3939
gem "ffi", "~> 1.16.3"
40-
gem "nokogiri", "~> 1.15.5"
40+
gem "nokogiri", "~> 1.15.5"

0 commit comments

Comments
 (0)