File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
# gem "jekyll", "~> 4.2"
3
3
gem "jekyll-remote-theme" , github : "benbalter/jekyll-remote-theme" , branch : "master"
4
+
5
+ # Some stdlib libraries (logger, csv) are required by Jekyll and newer Ruby
6
+ # installations may warn or fail if they're not explicitly included in the
7
+ # bundle on some CI builders (Netlify's Ruby setup in particular). Include
8
+ # them here so Bundler ensures a compatible copy is available during build.
9
+ gem 'logger'
10
+ gem 'csv'
11
+ gem 'base64'
12
+ gem 'bigdecimal'
13
+ # Ensure rake is available for native gem builds (e.g. google-protobuf)
14
+ gem 'rake' , '>= 0.a'
Original file line number Diff line number Diff line change 14
14
specs:
15
15
addressable (2.8.1 )
16
16
public_suffix (>= 2.0.2 , < 6.0 )
17
+ base64 (0.3.0 )
18
+ bigdecimal (3.2.2 )
17
19
colorator (1.1.0 )
18
20
concurrent-ruby (1.2.2 )
21
+ csv (3.3.5 )
19
22
em-websocket (0.5.3 )
20
23
eventmachine (>= 0.12.9 )
21
24
http_parser.rb (~> 0 )
56
59
listen (3.8.0 )
57
60
rb-fsevent (~> 0.10 , >= 0.10.3 )
58
61
rb-inotify (~> 0.9 , >= 0.9.10 )
62
+ logger (1.7.0 )
59
63
mercenary (0.4.0 )
60
64
pathutil (0.16.2 )
61
65
forwardable-extended (~> 2.6 )
62
66
public_suffix (5.0.1 )
67
+ rake (13.3.0 )
63
68
rb-fsevent (0.11.2 )
64
69
rb-inotify (0.10.1 )
65
70
ffi (~> 1.0 )
@@ -84,7 +89,12 @@ PLATFORMS
84
89
x86_64-linux
85
90
86
91
DEPENDENCIES
92
+ base64
93
+ bigdecimal
94
+ csv
87
95
jekyll-remote-theme !
96
+ logger
97
+ rake (>= 0.a )
88
98
89
99
BUNDLED WITH
90
100
2.4.8
Original file line number Diff line number Diff line change 88
88
" lang " : " en" ,
89
89
" layout " : " default" ,
90
90
" pageclass " : " cnt-wdth-lmtd" ,
91
- " script " : " /js/gc-pg-hlpfl.js" ,
92
- " script " : " /js/url-swap.js" ,
91
+ " script " : [
92
+ " /js/gc-pg-hlpfl.js" ,
93
+ " /js/url-swap.js"
94
+ ],
93
95
" share " : true
94
96
}
95
97
},
You can’t perform that action at this time.
0 commit comments