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

author Nemo <commits@captnemo.in> 2023-03-30 11:28:45.0 +05:30:00
committer Nemo <commits@captnemo.in> 2023-03-30 11:28:45.0 +05:30:00
commit
3f5e6c96095322f5983447aaef6f73c2c6d89739 [patch]
tree
95a6752a70c7e5bcd3f9e990c11391dbe980a950
parent
cdd63f2d120e154270cda034b49f11cad41f3256
download
3f5e6c96095322f5983447aaef6f73c2c6d89739.tar.gz

[dep] Update dependencies

No longer using CSV, drop that from Jekyll config

Diff

 Gemfile      |  4 ++--
 Gemfile.lock | 37 ++++++++++++++++++++++++-------------
 _config.yml  |  3 ---
 3 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/Gemfile b/Gemfile
index 95311dd..9c67476 100644
--- a/Gemfile
+++ a/Gemfile
@@ -1,12 +1,12 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.2.0"
gem "jekyll", "~> 4.3.2"
gem "jekyll-theme-modernist", "~> 0.2"
gem "sqlite3", "~> 1.6.2", force_ruby_platform: true

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
  gem "tzinfo", "~> 1.2"
  gem "tzinfo", "~> 2.0.6"
  gem "tzinfo-data"
end

diff --git a/Gemfile.lock b/Gemfile.lock
index ba5f5c1..613f3ef 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -11,26 +11,29 @@
    eventmachine (1.2.7)
    ffi (1.15.5)
    forwardable-extended (2.6.0)
    google-protobuf (3.22.2-arm64-darwin)
    google-protobuf (3.22.2-x86_64-linux)
    http_parser.rb (0.8.0)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    jekyll (4.2.2)
    jekyll (4.3.2)
      addressable (~> 2.4)
      colorator (~> 1.0)
      em-websocket (~> 0.5)
      i18n (~> 1.0)
      jekyll-sass-converter (~> 2.0)
      jekyll-sass-converter (>= 2.0, < 4.0)
      jekyll-watch (~> 2.0)
      kramdown (~> 2.3)
      kramdown (~> 2.3, >= 2.3.1)
      kramdown-parser-gfm (~> 1.0)
      liquid (~> 4.0)
      mercenary (~> 0.4.0)
      mercenary (>= 0.3.6, < 0.5)
      pathutil (~> 0.9)
      rouge (~> 3.0)
      rouge (>= 3.0, < 5.0)
      safe_yaml (~> 1.0)
      terminal-table (~> 2.0)
    jekyll-sass-converter (2.2.0)
      sassc (> 2.0.1, < 3.0)
      terminal-table (>= 1.8, < 4.0)
      webrick (~> 1.7)
    jekyll-sass-converter (3.0.0)
      sass-embedded (~> 1.54)
    jekyll-seo-tag (2.8.0)
      jekyll (>= 3.8, < 5.0)
    jekyll-theme-modernist (0.2.0)
@@ -55,15 +58,17 @@
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rexml (3.2.5)
    rouge (3.30.0)
    rouge (4.1.0)
    safe_yaml (1.0.5)
    sassc (2.4.0)
      ffi (~> 1.9)
    sass-embedded (1.60.0-arm64-darwin)
      google-protobuf (~> 3.21)
    sass-embedded (1.60.0-x86_64-linux-gnu)
      google-protobuf (~> 3.21)
    sqlite3 (1.6.2)
      mini_portile2 (~> 2.8.0)
    terminal-table (2.0.0)
      unicode-display_width (~> 1.1, >= 1.1.1)
    unicode-display_width (1.8.0)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    unicode-display_width (2.4.2)
    webrick (1.8.1)

PLATFORMS
@@ -71,10 +76,10 @@
  x86_64-linux

DEPENDENCIES
  jekyll (~> 4.2.0)
  jekyll (~> 4.3.2)
  jekyll-theme-modernist (~> 0.2)
  sqlite3 (~> 1.6.2)
  tzinfo (~> 1.2)
  tzinfo (~> 2.0.6)
  tzinfo-data
  wdm (~> 0.1.1)
  webrick (~> 1.7)
diff --git a/_config.yml b/_config.yml
index 068c567..c98c79c 100644
--- a/_config.yml
+++ a/_config.yml
@@ -26,9 +26,6 @@
  - _redirects
  - _headers
  - nav
# Not supported yet
csv_reader:
  col_sep: ';'
markdown: kramdown
kramdown:
  parse_block_html: true