diff --git a/Gemfile.lock b/Gemfile.lock index 41428e7..a43fb8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,13 +3,8 @@ GEM specs: addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) - ast (2.4.2) - backport (1.2.0) - benchmark (0.2.1) colorator (1.1.0) concurrent-ruby (1.1.10) - diff-lcs (1.5.0) - e2mmap (0.1.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -34,7 +29,6 @@ GEM http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) jekyll (4.3.1) addressable (~> 2.4) colorator (~> 1.0) @@ -62,7 +56,6 @@ GEM sassc (> 2.0.1, < 3.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.6.3) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -80,8 +73,6 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.22.1) - parser (3.1.3.0) - ast (~> 2.4.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) @@ -90,24 +81,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.6.1) - reverse_markdown (2.1.1) - nokogiri rexml (3.2.5) rouge (4.0.0) - rubocop (1.40.0) - json (~> 2.3) - parallel (~> 1.10) - parser (>= 3.1.2.1) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.23.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.24.0) - parser (>= 3.1.1.0) - ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) safe_yaml (1.0.5) sassc (2.4.0) @@ -115,31 +90,12 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - solargraph (0.47.2) - backport (~> 1.2) - benchmark - bundler (>= 1.17.2) - diff-lcs (~> 1.4) - e2mmap - jaro_winkler (~> 1.5) - kramdown (~> 2.3) - kramdown-parser-gfm (~> 1.1) - parser (~> 3.0) - reverse_markdown (>= 1.0.5, < 3) - rubocop (>= 0.52) - thor (~> 1.0) - tilt (~> 2.0) - yard (~> 0.9, >= 0.9.24) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.2.1) - tilt (2.0.11) typhoeus (1.4.0) ethon (>= 0.9.0) unicode-display_width (2.3.0) webrick (1.7.0) - yard (0.9.28) - webrick (~> 1.7.0) yell (2.2.2) zeitwerk (2.6.6) @@ -153,7 +109,6 @@ DEPENDENCIES jekyll-feed jekyll-gist jekyll-postcss - solargraph BUNDLED WITH 2.2.20 diff --git a/_deploy.yml b/_deploy.yml deleted file mode 100644 index fb90fe6..0000000 --- a/_deploy.yml +++ /dev/null @@ -1,13 +0,0 @@ -method: rsync -site_dir: _site - -user: walkah@walkah.net -remote_path: /var/www/walkah.net -delete: true - -# flags: -rltDvz # Modify flags as necessary to suit your hosting setup -# port: # If your host requires a non standard port -# exclude: # Path to file containing list of files to exclude -# exclude-file: # Path to file containing list of files to exclude -# include: # Path to file containing list of files to include -# include-file: # Path to file containing list of files to include diff --git a/flake.lock b/flake.lock index c4e0292..13703f6 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "flake-compat": { "flake": false, "locked": { - "lastModified": 1650374568, - "narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=", + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", "owner": "edolstra", "repo": "flake-compat", - "rev": "b4a34015c698c7793d592d66adbab377907a2be8", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", "type": "github" }, "original": { @@ -33,11 +33,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1670482022, - "narHash": "sha256-xzzjWulnNMCSTEGosGaAg7sLsAtF7stA3sQljZ410/w=", + "lastModified": 1671054064, + "narHash": "sha256-sNZLs8BiBuvOHBRDDh4OgTqfIluSg/aTer9UUphJxww=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c50e5b63e9d65ff0e70cc06b7042a72c6a6583bc", + "rev": "de1161b7decc91ad7deb3b2a742e242101996906", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 652d030..409a778 100644 --- a/flake.nix +++ b/flake.nix @@ -25,8 +25,6 @@ export GEM_HOME=$PWD/.gems export GEM_PATH=$GEM_HOME export PATH=$PWD/bin:$GEM_HOME/bin:$PATH - # https://github.com/sass/sassc-ruby/issues/148#issuecomment-644450274 - bundle config build.sassc --disable-lto ''; }; }