summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2024-01-11 19:33:37 +0800
committerkaiwu <kaiwu2004@gmail.com>2024-01-11 19:33:37 +0800
commit3bc81cd8586c29fa04270fb7b5ccabb64ed3e94f (patch)
treea8ee056b3191e75aad75492343c0e19efa4bcad2
parentf9dd07b69b12db218f773754d85e95d1da1517fa (diff)
downloadblog-3bc81cd8586c29fa04270fb7b5ccabb64ed3e94f.tar.gz
blog-3bc81cd8586c29fa04270fb7b5ccabb64ed3e94f.zip
add json
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ff2c342..2280e17 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
+
+gem "json", "~> 2.7"
diff --git a/Gemfile.lock b/Gemfile.lock
index 9630247..36d54a4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -44,6 +44,7 @@ GEM
jekyll (>= 3.8, < 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)
@@ -121,6 +122,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.2)
jekyll-feed (~> 0.12)
+ json (~> 2.7)
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data