Skip to content

Commit

Permalink
Fix gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed committed Apr 15, 2024
1 parent cfca16b commit ba02bc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'jekyll', '~> 4.3', '>= 4.3.2'
gem "jekyll-include-cache"
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "jekyll-remote-theme"
gem "jekyll-seo-tag"
Expand Down
3 changes: 3 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-remote-theme (0.4.3)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
Expand Down Expand Up @@ -82,6 +84,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.3, >= 4.3.2)
jekyll-include-cache
jekyll-remote-theme
jekyll-seo-tag
rake (~> 11.2, >= 11.2.2)
Expand Down

0 comments on commit ba02bc2

Please sign in to comment.