File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ gem "jekyll-paginate"
1313gem "jekyll-twitter-plugin"
1414gem 'bundler' , '~> 2.0'
1515gem "csv"
16+ gem "logger"
17+ gem "bigdecimal"
1618
1719# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1820# uncomment the line below. To upgrade, run `bundle update github-pages`.
Original file line number Diff line number Diff line change 2323 addressable (2.8.7 )
2424 public_suffix (>= 2.0.2 , < 7.0 )
2525 base64 (0.2.0 )
26+ bigdecimal (3.2.2 )
2627 coffee-script (2.4.1 )
2728 coffee-script-source
2829 execjs
228229 listen (3.9.0 )
229230 rb-fsevent (~> 0.10 , >= 0.10.3 )
230231 rb-inotify (~> 0.9 , >= 0.9.10 )
232+ logger (1.7.0 )
231233 mercenary (0.3.6 )
232234 mini_portile2 (2.8.8 )
233235 minima (2.5.1 )
@@ -276,6 +278,7 @@ PLATFORMS
276278 ruby
277279
278280DEPENDENCIES
281+ bigdecimal
279282 bundler (~> 2.0 )
280283 csv
281284 github-pages
@@ -287,6 +290,7 @@ DEPENDENCIES
287290 jekyll-sitemap
288291 jekyll-target-blank
289292 jekyll-twitter-plugin
293+ logger
290294 minimal-mistakes-jekyll !
291295 tzinfo (~> 1.2 )
292296 tzinfo-data
You can’t perform that action at this time.
0 commit comments