Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try removing gsl
  • Loading branch information
0xdevalias committed Jul 26, 2020
commit 0962d2353c6e66ec5aa4cde507f7ebafca7ca4ae
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'jekyll','~>4.1.0'
# 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 '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
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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)
Expand Down Expand Up @@ -105,7 +104,6 @@ PLATFORMS

DEPENDENCIES
classifier-reborn
gsl
jekyll (~> 4.1.0)
jekyll-commonmark
jekyll-compose
Expand Down