Skip to content

Commit

Permalink
Add json to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jan 15, 2024
1 parent bad405e commit 87ed415
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 @@ -3,6 +3,7 @@ gem 'jekyll'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem 'html-proofer', '~> 3.19'
gem 'json'

# Newer versions have limited libc support
gem "jekyll-sass-converter", "~> 2.0"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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 @@ -90,6 +91,7 @@ DEPENDENCIES
jekyll-redirect-from
jekyll-sass-converter (~> 2.0)
jekyll-sitemap
json
tzinfo-data
webrick

Expand Down

0 comments on commit 87ed415

Please sign in to comment.