File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 enable_cache : true
4040# format_output: true
41- custom_opts : ' --profile'
41+ custom_opts : ' --lsi -- profile'
4242
4343# - name: 🚀 deploy
4444# uses: peaceiris/actions-gh-pages@v3.6.4
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ gem 'jekyll','~>4.1.0'
1111# https://github.com/0xdevalias/devalias.net/issues/83
1212# https://github.com/jekyll/classifier-reborn/issues/192
1313# https://github.com/SciRuby/rb-gsl/issues/63
14- # gem 'nmatrix'
15- # gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install gsl@2.1
14+ gem 'nmatrix'
15+ gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install gsl@2.1
1616gem 'classifier-reborn'
1717
1818group :jekyll_plugins do
Original file line number Diff line number Diff line change 33 specs:
44 addressable (2.7.0 )
55 public_suffix (>= 2.0.2 , < 5.0 )
6+ backports (3.18.1 )
67 classifier-reborn (2.2.0 )
78 fast-stemmer (~> 1.0 )
89 colorator (1.1.0 )
1819 fast-stemmer (1.0.2 )
1920 ffi (1.13.1 )
2021 forwardable-extended (2.6.0 )
22+ gsl (2.1.0.3 )
2123 http_parser.rb (0.6.0 )
2224 i18n (1.8.4 )
2325 concurrent-ruby (~> 1.0 )
7678 rb-inotify (~> 0.9 , >= 0.9.10 )
7779 mercenary (0.4.0 )
7880 multipart-post (2.1.1 )
81+ nmatrix (0.2.4 )
82+ packable (~> 1.3 , >= 1.3.5 )
7983 octokit (4.18.0 )
8084 faraday (>= 0.9 )
8185 sawyer (~> 0.8.0 , >= 0.5.3 )
86+ packable (1.3.14 )
87+ backports
8288 pathutil (0.16.2 )
8389 forwardable-extended (~> 2.6 )
8490 public_suffix (4.0.5 )
@@ -104,6 +110,7 @@ PLATFORMS
104110
105111DEPENDENCIES
106112 classifier-reborn
113+ gsl
107114 jekyll (~> 4.1.0 )
108115 jekyll-commonmark
109116 jekyll-compose
@@ -119,6 +126,7 @@ DEPENDENCIES
119126 jekyll-time-to-read
120127 jekyll-twitter-plugin
121128 jekyll_version_plugin
129+ nmatrix
122130
123131BUNDLED WITH
124132 2.1.4
You can’t perform that action at this time.
0 commit comments