Skip to content

Commit

Permalink
Add json to gemfile
Browse files Browse the repository at this point in the history
This seems required in more recent versions of ruby (at least on Arch
Linux).
  • Loading branch information
pganssle committed May 3, 2024
1 parent eeeb8be commit fa12516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source 'https://rubygems.org'
gem "jekyll", "~> 4"

gem "json", "~> 2.7"
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ GEM
sass-embedded (~> 1.54)
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 @@ -65,6 +66,7 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4)
json (~> 2.7)

BUNDLED WITH
2.4.1
2.5.4

0 comments on commit fa12516

Please sign in to comment.