Skip to content

Commit

Permalink
Fix missing json on newer ruby/bundle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jan 30, 2024
1 parent 32275ee commit 5ac5389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source "https://rubygems.org"

gem "jekyll"
gem "webrick"
gem "json"

group :jekyll_plugins do
gem "jekyll-feed"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -74,6 +75,7 @@ DEPENDENCIES
jekyll-paginate
jekyll-redirect-from
jekyll-sitemap
json
webrick

BUNDLED WITH
Expand Down

0 comments on commit 5ac5389

Please sign in to comment.