Skip to content

Commit

Permalink
gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Paula Mendez committed Aug 19, 2022
1 parent 130ac72 commit 6b15c68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ gemspec

gem "jekyll-seo-tag"
gem "jekyll-sitemap"
group :jekyll_plugins do
gem "jekyll-paginate-v2"
gem "jekyll-feed"
end

# https://github.com/jekyll/jekyll/issues/8523#issuecomment-751409319
# When running locally, we run into the following error —
Expand Down
12 changes: 10 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.2.3)
activesupport (6.1.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
Expand Down Expand Up @@ -56,6 +57,10 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.8.0)
Expand Down Expand Up @@ -135,12 +140,15 @@ GEM
rexml (~> 3.2)
webrick (1.7.0)
yell (2.2.2)
zeitwerk (2.6.0)

PLATFORMS
arm64-darwin-21

DEPENDENCIES
html-proofer (~> 3.0)
jekyll-feed
jekyll-paginate-v2
jekyll-seo-tag
jekyll-sitemap
jekyll-theme-minimalist!
Expand All @@ -151,4 +159,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.10
2.3.20

0 comments on commit 6b15c68

Please sign in to comment.