From f7406f539b913752a9fb38537aad750d4e8f0c85 Mon Sep 17 00:00:00 2001 From: Glenn 'devalias' Grant Date: Sun, 26 Jul 2020 14:13:03 +1000 Subject: [PATCH] restore --lsi option + gsl/nmatrix gems --- .github/workflows/main.yml | 2 +- Gemfile | 4 ++-- Gemfile.lock | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a28382fe..2eb5eb260 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: with: enable_cache: true # format_output: true - custom_opts: '--profile' + custom_opts: '--lsi --profile' # - name: 🚀 deploy # uses: peaceiris/actions-gh-pages@v3.6.4 diff --git a/Gemfile b/Gemfile index 47e09c532..8a05e442b 100644 --- a/Gemfile +++ b/Gemfile @@ -11,8 +11,8 @@ gem 'jekyll','~>4.1.0' # https://github.com/0xdevalias/devalias.net/issues/83 # https://github.com/jekyll/classifier-reborn/issues/192 # https://github.com/SciRuby/rb-gsl/issues/63 -#gem 'nmatrix' -#gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install gsl@2.1 +gem 'nmatrix' +gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install gsl@2.1 gem 'classifier-reborn' group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 0fec1b626..fc53bf238 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) + backports (3.18.1) classifier-reborn (2.2.0) fast-stemmer (~> 1.0) colorator (1.1.0) @@ -18,6 +19,7 @@ GEM fast-stemmer (1.0.2) ffi (1.13.1) forwardable-extended (2.6.0) + gsl (2.1.0.3) http_parser.rb (0.6.0) i18n (1.8.4) concurrent-ruby (~> 1.0) @@ -76,9 +78,13 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) multipart-post (2.1.1) + nmatrix (0.2.4) + packable (~> 1.3, >= 1.3.5) octokit (4.18.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) + packable (1.3.14) + backports pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.5) @@ -104,6 +110,7 @@ PLATFORMS DEPENDENCIES classifier-reborn + gsl jekyll (~> 4.1.0) jekyll-commonmark jekyll-compose @@ -119,6 +126,7 @@ DEPENDENCIES jekyll-time-to-read jekyll-twitter-plugin jekyll_version_plugin + nmatrix BUNDLED WITH 2.1.4