Skip to content

Commit 0962d23

Browse files
committed
try removing gsl
1 parent 6f229a6 commit 0962d23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'jekyll','~>4.1.0'
1212
# https://github.com/jekyll/classifier-reborn/issues/192
1313
# https://github.com/SciRuby/rb-gsl/issues/63
1414
#gem 'nmatrix'
15-
gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install [email protected]
15+
#gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install [email protected]
1616
gem 'classifier-reborn'
1717

1818
group :jekyll_plugins do

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ GEM
1818
fast-stemmer (1.0.2)
1919
ffi (1.13.1)
2020
forwardable-extended (2.6.0)
21-
gsl (2.1.0.3)
2221
http_parser.rb (0.6.0)
2322
i18n (1.8.4)
2423
concurrent-ruby (~> 1.0)
@@ -105,7 +104,6 @@ PLATFORMS
105104

106105
DEPENDENCIES
107106
classifier-reborn
108-
gsl
109107
jekyll (~> 4.1.0)
110108
jekyll-commonmark
111109
jekyll-compose

0 commit comments

Comments
 (0)