From f7b7a46a20590b2c7d555b56076cc4482470b563 Mon Sep 17 00:00:00 2001 From: inertia <amartin75@gmail.com> Date: Tue, 29 Jun 2021 09:24:35 -0700 Subject: [PATCH] #81 packages updated --- Gemfile | 1 - Gemfile.lock | 52 +++++++++++++++++++++++++--------------------------- 2 files changed, 25 insertions(+), 28 deletions(-) diff --git a/Gemfile b/Gemfile index d50b6737..23465a86 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,6 @@ source 'https://rubygems.org' gem 'jekyll' gem 'neatjson' gem 'rake' -gem 'git' gem 'hive-ruby' gem 'html-proofer' diff --git a/Gemfile.lock b/Gemfile.lock index d3d21b2c..736c7b78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,14 +4,14 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) base58 (0.2.3) - bindata (2.4.8) + bindata (2.4.10) bitcoin-ruby (0.0.20) eventmachine ffi scrypt colorator (1.1.0) - concurrent-ruby (1.1.6) - em-websocket (0.5.1) + concurrent-ruby (1.1.9) + em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) ethon (0.14.0) @@ -22,15 +22,13 @@ GEM ffi (>= 1.0.0) rake forwardable-extended (2.6.0) - git (1.6.0) - rchardet (~> 1.8) - hashie (3.6.0) - hive-ruby (1.0.1) + hashie (4.1.0) + hive-ruby (1.0.3) base58 (~> 0.2, >= 0.2.3) bindata (~> 2.4, >= 2.4.4) bitcoin-ruby (~> 0.0, = 0.0.20) ffi (~> 1.9, >= 1.9.23) - hashie (~> 3.5, >= 3.5.7) + hashie (>= 3.5) json (~> 2.1, >= 2.1.0) logging (~> 2.2, >= 2.2.0) html-proofer (3.19.2) @@ -42,44 +40,45 @@ GEM typhoeus (~> 1.3) yell (~> 2.0) http_parser.rb (0.6.0) - i18n (1.8.2) + i18n (1.8.10) concurrent-ruby (~> 1.0) - jekyll (4.0.0) + jekyll (4.2.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (>= 0.9.5, < 2) + i18n (~> 1.0) jekyll-sass-converter (~> 2.0) jekyll-watch (~> 2.0) - kramdown (~> 2.1) + kramdown (~> 2.3) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.3.3) + mercenary (~> 0.4.0) pathutil (~> 0.9) rouge (~> 3.0) safe_yaml (~> 1.0) - terminal-table (~> 1.8) + terminal-table (~> 2.0) jekyll-sass-converter (2.1.0) sassc (> 2.0.1, < 3.0) - jekyll-seo-tag (2.6.1) - jekyll (>= 3.3, < 5.0) + jekyll-seo-tag (2.7.1) + jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.3.1) - kramdown (2.1.0) + json (2.5.1) + kramdown (2.3.1) + rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.3) - listen (3.2.1) + listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) little-plugger (1.1.4) logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) - mercenary (0.3.6) + mercenary (0.4.0) mini_portile2 (2.5.3) multi_json (1.15.0) neatjson (0.9) @@ -94,18 +93,18 @@ GEM public_suffix (4.0.6) racc (1.5.2) rainbow (3.0.0) - rake (13.0.1) - rb-fsevent (0.10.3) + rake (13.0.3) + rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - rchardet (1.8.0) - rouge (3.17.0) + rexml (3.2.5) + rouge (3.26.0) safe_yaml (1.0.5) - sassc (2.2.1) + sassc (2.4.0) ffi (~> 1.9) scrypt (3.0.7) ffi-compiler (>= 1.0, < 2.0) - terminal-table (1.8.0) + terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.0) ethon (>= 0.9.0) @@ -116,7 +115,6 @@ PLATFORMS ruby DEPENDENCIES - git hive-ruby html-proofer jekyll -- GitLab