🏡 index : github.com/captn3m0/mf.captnemo.in.git

author Nemo <commits@captnemo.in> 2024-02-22 20:12:00.0 +05:30:00
committer Nemo <commits@captnemo.in> 2024-02-22 20:12:00.0 +05:30:00
commit
24fd41d8db85925babdd0a3cb8d782a85e2d2e52 [patch]
tree
d880fb361ebd85d8848aa39d4953398f84dc6922
parent
2a6db371d7ff78c1f3c2a55f7a2911865ca3f6c3
download
24fd41d8db85925babdd0a3cb8d782a85e2d2e52.tar.gz

Add json gem for older rubies



Diff

 Gemfile      | 3 +++
 Gemfile.lock | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 181508b..1326eb1 100644
--- a/Gemfile
+++ a/Gemfile
@@ -13,4 +13,5 @@
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.7"
gem "json", "~> 2.7"
diff --git a/Gemfile.lock b/Gemfile.lock
index 3d79286..903c136 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -41,6 +41,7 @@
      jekyll-seo-tag (~> 2.0)
    jekyll-watch (2.2.1)
      listen (~> 3.0)
    json (2.7.1)
    kramdown (2.4.0)
      rexml
    kramdown-parser-gfm (1.1.0)
@@ -78,6 +79,7 @@
DEPENDENCIES
  jekyll (~> 4.3.3)
  jekyll-theme-modernist (~> 0.2)
  json (~> 2.7)
  sqlite3 (~> 1.7.2)
  tzinfo (~> 2.0.6)
  tzinfo-data