File tree 3 files changed +5
-16
lines changed
3 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ gem 'jekyll','~>4.1.0'
11
11
# https://github.com/0xdevalias/devalias.net/issues/83
12
12
# https://github.com/jekyll/classifier-reborn/issues/192
13
13
# 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 [email protected]
16
- gem 'classifier-reborn'
14
+ # gem 'nmatrix'
15
+ # gem 'gsl' # Note: you need to install a compatible version (eg. 2.1) of gsl first: brew install [email protected]
16
+ # gem 'classifier-reborn'
17
17
18
18
group :jekyll_plugins do
19
19
# gem 'jekyll-admin' # using outdated 1.4.x version of sinatra, see https://github.com/jekyll/jekyll-admin/issues/601
Original file line number Diff line number Diff line change 3
3
specs:
4
4
addressable (2.7.0 )
5
5
public_suffix (>= 2.0.2 , < 5.0 )
6
- backports (3.18.1 )
7
- classifier-reborn (2.2.0 )
8
- fast-stemmer (~> 1.0 )
9
6
colorator (1.1.0 )
10
7
commonmarker (0.21.0 )
11
8
ruby-enum (~> 0.5 )
16
13
eventmachine (1.2.7 )
17
14
faraday (1.0.1 )
18
15
multipart-post (>= 1.2 , < 3 )
19
- fast-stemmer (1.0.2 )
20
16
ffi (1.13.1 )
21
17
forwardable-extended (2.6.0 )
22
- gsl (2.1.0.3 )
23
18
http_parser.rb (0.6.0 )
24
19
i18n (1.8.4 )
25
20
concurrent-ruby (~> 1.0 )
78
73
rb-inotify (~> 0.9 , >= 0.9.10 )
79
74
mercenary (0.4.0 )
80
75
multipart-post (2.1.1 )
81
- nmatrix (0.2.4 )
82
- packable (~> 1.3 , >= 1.3.5 )
83
76
octokit (4.18.0 )
84
77
faraday (>= 0.9 )
85
78
sawyer (~> 0.8.0 , >= 0.5.3 )
86
- packable (1.3.14 )
87
- backports
88
79
pathutil (0.16.2 )
89
80
forwardable-extended (~> 2.6 )
90
81
public_suffix (4.0.5 )
@@ -109,8 +100,6 @@ PLATFORMS
109
100
ruby
110
101
111
102
DEPENDENCIES
112
- classifier-reborn
113
- gsl
114
103
jekyll (~> 4.1.0 )
115
104
jekyll-commonmark
116
105
jekyll-compose
@@ -126,7 +115,6 @@ DEPENDENCIES
126
115
jekyll-time-to-read
127
116
jekyll-twitter-plugin
128
117
jekyll_version_plugin
129
- nmatrix
130
118
131
119
BUNDLED WITH
132
120
2.1.4
Original file line number Diff line number Diff line change @@ -60,4 +60,5 @@ if ! check_site_setup; then
60
60
fi
61
61
62
62
# Build the Jekyll site
63
- JEKYLL_ENV=production bundle exec jekyll build --lsi --profile $@
63
+ # JEKYLL_ENV=production bundle exec jekyll build --lsi --profile $@
64
+ JEKYLL_ENV=production bundle exec jekyll build --profile $@
You can’t perform that action at this time.
0 commit comments