From fba744974d403278aea35d753b6021646419f951 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Mon, 8 Aug 2022 16:54:55 -0500 Subject: Update Ruby Gems --- Gemfile.lock | 35 +++++++++--- gemset.nix | 176 ++++++++++++++++++++++++++++++++++------------------------- 2 files changed, 129 insertions(+), 82 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e29f2be..8c4f772 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,19 @@ GEM csl (~> 1.6) colorator (1.1.0) concurrent-ruby (1.1.10) + csl (1.6.0) + namae (~> 1.0) + rexml + csl-styles (1.0.1.11) + csl (~> 1.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) + faraday (2.5.1) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) ffi (1.15.5) forwardable-extended (2.6.0) gemoji (3.0.1) @@ -30,7 +39,7 @@ GEM http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.2.1) + jekyll (4.2.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -44,15 +53,20 @@ GEM pathutil (~> 0.9) rouge (~> 3.0) safe_yaml (~> 1.0) - terminal-table (~> 1.8) + terminal-table (~> 2.0) + jekyll-email-protect (1.1.0) jekyll-feed (0.16.0) jekyll (>= 3.7, < 5.0) - jekyll-paginate (1.1.0) + jekyll-github-metadata (2.15.0) + jekyll (>= 3.4, < 5.0) + octokit (~> 4.0, != 4.4.0) + jekyll-paginate-v2 (3.0.0) + jekyll (>= 3.0, < 5.0) jekyll-pdf-embed (1.1.2.1) jekyll jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) - jekyll-scholar (7.0.0) + jekyll-scholar (7.1.0) bibtex-ruby (~> 6.0) citeproc-ruby (~> 1.0) csl-styles (~> 1.0) @@ -70,7 +84,7 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - latex-decode (0.3.2) + latex-decode (0.4.0) liquid (4.0.3) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) @@ -78,9 +92,13 @@ GEM mercenary (0.4.0) mini_portile2 (2.8.0) minitest (5.16.2) + namae (1.1.1) nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) @@ -90,12 +108,13 @@ GEM ffi (~> 1.0) rexml (3.2.5) rouge (3.30.0) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) tzinfo (2.0.5) @@ -103,6 +122,8 @@ GEM tzinfo-data (1.2022.1) tzinfo (>= 1.0.0) unicode-display_width (1.8.0) + unicode_utils (1.4.0) + webrick (1.7.0) PLATFORMS ruby diff --git a/gemset.nix b/gemset.nix index 958f058..e50c92a 100644 --- a/gemset.nix +++ b/gemset.nix @@ -21,137 +21,122 @@ }; version = "2.8.0"; }; - colorator = { - groups = ["default" "jekyll_plugins"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72"; - type = "gem"; - }; - version = "1.1.0"; - }; - concurrent-ruby = { - groups = ["default" "jekyll_plugins"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14"; - type = "gem"; - }; - version = "1.1.10"; - }; - em-websocket = { - dependencies = ["eventmachine" "http_parser.rb"]; + bibtex-ruby = { + dependencies = ["latex-decode"]; groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm"; + sha256 = "0vynqa8q9hwghw6sdljr304b5gh11nqzy5nwqqwxmgy7pqyf7qw5"; type = "gem"; }; - version = "0.5.3"; + version = "6.0.0"; }; - eventmachine = { + citeproc = { + dependencies = ["namae"]; groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r"; + sha256 = "13vl5sjmksk5a8kjcqnjxh7kn9gn1n4f9p1rvqfgsfhs54p0m6l2"; type = "gem"; }; - version = "1.2.7"; + version = "1.0.10"; }; - faraday = { - dependencies = ["faraday-em_http" "faraday-em_synchrony" "faraday-excon" "faraday-httpclient" "faraday-net_http" "faraday-net_http_persistent" "faraday-patron" "faraday-rack" "multipart-post" "ruby2_keywords"]; + citeproc-ruby = { + dependencies = ["citeproc" "csl"]; groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0afhlqgby2cizcwgh7h2sq5f77q01axjbdl25bsvfwsry9n7gyyi"; + sha256 = "0a8ahyhhmdinl4kcyv51r74ipnclmfyz4zjv366dns8v49n5vkk3"; type = "gem"; }; - version = "1.8.0"; + version = "1.1.14"; }; - faraday-em_http = { + colorator = { groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "12cnqpbak4vhikrh2cdn94assh3yxza8rq2p9w2j34bqg5q4qgbs"; + sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72"; type = "gem"; }; - version = "1.0.0"; + version = "1.1.0"; }; - faraday-em_synchrony = { + concurrent-ruby = { groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1vgrbhkp83sngv6k4mii9f2s9v5lmp693hylfxp2ssfc60fas3a6"; + sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14"; type = "gem"; }; - version = "1.0.0"; + version = "1.1.10"; }; - faraday-excon = { + csl = { + dependencies = ["namae" "rexml"]; groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0h09wkb0k0bhm6dqsd47ac601qiaah8qdzjh8gvxfd376x1chmdh"; + sha256 = "0n8iqmzvvqy2b1wfr4c7yj28x4z3zgm36628y8ybl49dgnmjycrk"; type = "gem"; }; - version = "1.1.0"; + version = "1.6.0"; }; - faraday-httpclient = { + csl-styles = { + dependencies = ["csl"]; groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0fyk0jd3ks7fdn8nv3spnwjpzx2lmxmg2gh4inz3by1zjzqg33sc"; + sha256 = "0l29qlk7i74088fpba5iqhhgiqkj7glcmc42nbmvgqysx577nag8"; type = "gem"; }; - version = "1.0.1"; + version = "1.0.1.11"; }; - faraday-net_http = { + em-websocket = { + dependencies = ["eventmachine" "http_parser.rb"]; groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1fi8sda5hc54v1w3mqfl5yz09nhx35kglyx72w7b8xxvdr0cwi9j"; + sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm"; type = "gem"; }; - version = "1.0.1"; + version = "0.5.3"; }; - faraday-net_http_persistent = { + eventmachine = { groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0dc36ih95qw3rlccffcb0vgxjhmipsvxhn6cw71l7ffs0f7vq30b"; + sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r"; type = "gem"; }; - version = "1.2.0"; + version = "1.2.7"; }; - faraday-patron = { + faraday = { + dependencies = ["faraday-net_http" "ruby2_keywords"]; groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "19wgsgfq0xkski1g7m96snv39la3zxz6x7nbdgiwhg5v82rxfb6w"; + sha256 = "1jf9gfr2viracxm0nzd2mzs07j2ilznj7w3awyrr2wm53b56pc3h"; type = "gem"; }; - version = "1.0.0"; + version = "2.5.1"; }; - faraday-rack = { + faraday-net_http = { groups = ["default" "jekyll_plugins"]; platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1h184g4vqql5jv9s9im6igy00jp6mrah2h14py6mpf9bkabfqq7g"; + sha256 = "0yicplzlh5da8pr64286zga3my86cjsb2y9dqlzsacpw8hbkmjvw"; type = "gem"; }; - version = "1.0.0"; + version = "3.0.0"; }; ffi = { groups = ["default" "jekyll_plugins"]; @@ -221,10 +206,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1ys3095vksf8pbj21fk3nxm0farmzx6g2fq8mxrpvp3hwyf47cag"; + sha256 = "0dpvkd7i9szkps2acxbdqajn4qc9sqxxy80f3rf5dra1vj7yrhpp"; type = "gem"; }; - version = "4.2.1"; + version = "4.2.2"; }; jekyll-email-protect = { groups = ["jekyll_plugins"]; @@ -253,10 +238,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0r4m7r4qyd3pqkp5xlyp3zzy47i18kjgwq995nrspysgkmc4qmw1"; + sha256 = "0vsc4dlz9fgb2hq19ia1dah5x63vya8d2h8ys4a44lhb958iz9pw"; type = "gem"; }; - version = "2.13.0"; + version = "2.15.0"; }; jekyll-paginate-v2 = { dependencies = ["jekyll"]; @@ -297,10 +282,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1iig7jmng8lw81anvcbnjq76n7kn4d9dmqjh0jq9j0in3vbprzjb"; + sha256 = "08lv5ggcxbyr67rcp2c31flsmnmy5vhm6687cv95w2hbyfm2zb2p"; type = "gem"; }; - version = "7.0.0"; + version = "7.1.0"; }; jekyll-sitemap = { dependencies = ["jekyll"]; @@ -372,10 +357,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1wnxg82lfkb8bl5la9nmg1434rpkcygygm0ckixjn6ah2dy6i53m"; + sha256 = "1y5xn3zwghpqr6lvs4s0mn5knms8zw3zk7jb58zkkiagb386nq72"; type = "gem"; }; - version = "0.3.2"; + version = "0.4.0"; }; liquid = { groups = ["default" "jekyll_plugins"]; @@ -428,6 +413,16 @@ }; version = "5.16.2"; }; + namae = { + groups = ["default" "jekyll_plugins"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "1j3nl1klkx3gymrdxfc1hlq4a8qlvhhl9aj5v1v08b9fz27sky0l"; + type = "gem"; + }; + version = "1.1.1"; + }; nokogiri = { dependencies = ["mini_portile2" "racc"]; groups = ["default"]; @@ -439,6 +434,17 @@ }; version = "1.13.8"; }; + octokit = { + dependencies = ["faraday" "sawyer"]; + groups = ["default" "jekyll_plugins"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860"; + type = "gem"; + }; + version = "4.25.1"; + }; pathutil = { dependencies = ["forwardable-extended"]; groups = ["default" "jekyll_plugins"]; @@ -470,16 +476,6 @@ }; version = "1.6.0"; }; - racc = { - groups = ["default" "jekyll_plugins"]; - platforms = []; - source = { - remotes = ["https://rubygems.org"]; - sha256 = "0la56m0z26j3mfn1a9lf2l03qx1xifanndf9p3vx1azf6sqy7v9d"; - type = "gem"; - }; - version = "1.6.0"; - }; rb-fsevent = { groups = ["default" "jekyll_plugins"]; platforms = []; @@ -521,6 +517,16 @@ }; version = "3.30.0"; }; + ruby2_keywords = { + groups = ["default" "jekyll_plugins"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; + type = "gem"; + }; + version = "0.0.5"; + }; safe_yaml = { groups = ["default" "jekyll_plugins"]; platforms = []; @@ -548,10 +554,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0yrdchs3psh583rjapkv33mljdivggqn99wkydkjdckcjn43j3cz"; + sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; type = "gem"; }; - version = "0.8.2"; + version = "0.9.2"; }; terminal-table = { dependencies = ["unicode-display_width"]; @@ -596,4 +602,24 @@ }; version = "1.8.0"; }; + unicode_utils = { + groups = ["jekyll_plugins"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "0h1a5yvrxzlf0lxxa1ya31jcizslf774arnsd89vgdhk4g7x08mr"; + type = "gem"; + }; + version = "1.4.0"; + }; + webrick = { + groups = ["jekyll_plugins"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "1d4cvgmxhfczxiq5fr534lmizkhigd15bsx5719r5ds7k7ivisc7"; + type = "gem"; + }; + version = "1.7.0"; + }; } -- cgit v1.2.3