Skip to content

Commit 6f229a6

Browse files
committed
try removing nmatrix
1 parent dc2a10f commit 6f229a6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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'
14+
#gem 'nmatrix'
1515
gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install gsl@2.1
1616
gem 'classifier-reborn'
1717

Gemfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ GEM
33
specs:
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
6-
backports (3.18.1)
76
classifier-reborn (2.2.0)
87
fast-stemmer (~> 1.0)
98
colorator (1.1.0)
@@ -78,13 +77,9 @@ GEM
7877
rb-inotify (~> 0.9, >= 0.9.10)
7978
mercenary (0.4.0)
8079
multipart-post (2.1.1)
81-
nmatrix (0.2.4)
82-
packable (~> 1.3, >= 1.3.5)
8380
octokit (4.18.0)
8481
faraday (>= 0.9)
8582
sawyer (~> 0.8.0, >= 0.5.3)
86-
packable (1.3.14)
87-
backports
8883
pathutil (0.16.2)
8984
forwardable-extended (~> 2.6)
9085
public_suffix (4.0.5)
@@ -126,7 +121,6 @@ DEPENDENCIES
126121
jekyll-time-to-read
127122
jekyll-twitter-plugin
128123
jekyll_version_plugin
129-
nmatrix
130124

131125
BUNDLED WITH
132126
2.1.4

0 commit comments

Comments
 (0)