Removed mini_racer dependency, updated dependencies and tabler-icons (#2791)
Since `mini_racer` is causing issue in #2432 and #2788 (both related to Netlify) and [currently it doesn't seem we have a reason for having it](https://github.com/search?q=repo%3Aalshedivat%2Fal-folio%20mini_racer&type=code) as a dependency, I am removing it to see if it fixes the issues. --------- Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
parent
6053d3f768
commit
a88c9f11e7
@ -9,3 +9,4 @@ assets/plotly/demo.html
|
|||||||
lighthouse_results/**
|
lighthouse_results/**
|
||||||
_posts/2015-10-20-math.md
|
_posts/2015-10-20-math.md
|
||||||
_sass/font-awesome/*.scss
|
_sass/font-awesome/*.scss
|
||||||
|
_sass/tabler-icons/*.scss
|
||||||
|
|||||||
1
Gemfile
1
Gemfile
@ -18,7 +18,6 @@ group :jekyll_plugins do
|
|||||||
gem 'jekyll-toc'
|
gem 'jekyll-toc'
|
||||||
gem 'jekyll-twitter-plugin'
|
gem 'jekyll-twitter-plugin'
|
||||||
gem 'jemoji'
|
gem 'jemoji'
|
||||||
gem 'mini_racer'
|
|
||||||
gem 'unicode_utils'
|
gem 'unicode_utils'
|
||||||
gem 'webrick'
|
gem 'webrick'
|
||||||
end
|
end
|
||||||
|
|||||||
72
Gemfile.lock
72
Gemfile.lock
@ -1,7 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (7.2.1)
|
activesupport (7.2.1.1)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.3.1)
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
||||||
@ -36,7 +36,7 @@ GEM
|
|||||||
rexml
|
rexml
|
||||||
csl-styles (1.0.1.11)
|
csl-styles (1.0.1.11)
|
||||||
csl (~> 1.0)
|
csl (~> 1.0)
|
||||||
css_parser (1.19.0)
|
css_parser (1.19.1)
|
||||||
addressable
|
addressable
|
||||||
cssminify2 (2.0.1)
|
cssminify2 (2.0.1)
|
||||||
csv (3.3.0)
|
csv (3.3.0)
|
||||||
@ -52,17 +52,29 @@ GEM
|
|||||||
loofah (>= 2.3.1, < 3)
|
loofah (>= 2.3.1, < 3)
|
||||||
sax-machine (>= 1.0, < 2)
|
sax-machine (>= 1.0, < 2)
|
||||||
ffi (1.17.0-aarch64-linux-gnu)
|
ffi (1.17.0-aarch64-linux-gnu)
|
||||||
|
ffi (1.17.0-aarch64-linux-musl)
|
||||||
|
ffi (1.17.0-arm-linux-gnu)
|
||||||
|
ffi (1.17.0-arm-linux-musl)
|
||||||
ffi (1.17.0-arm64-darwin)
|
ffi (1.17.0-arm64-darwin)
|
||||||
|
ffi (1.17.0-x86-linux-gnu)
|
||||||
|
ffi (1.17.0-x86-linux-musl)
|
||||||
ffi (1.17.0-x86_64-darwin)
|
ffi (1.17.0-x86_64-darwin)
|
||||||
ffi (1.17.0-x86_64-linux-gnu)
|
ffi (1.17.0-x86_64-linux-gnu)
|
||||||
|
ffi (1.17.0-x86_64-linux-musl)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (4.1.0)
|
gemoji (4.1.0)
|
||||||
|
google-protobuf (4.28.2)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
google-protobuf (4.28.2-aarch64-linux)
|
google-protobuf (4.28.2-aarch64-linux)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
google-protobuf (4.28.2-arm64-darwin)
|
google-protobuf (4.28.2-arm64-darwin)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
|
google-protobuf (4.28.2-x86-linux)
|
||||||
|
bigdecimal
|
||||||
|
rake (>= 13)
|
||||||
google-protobuf (4.28.2-x86_64-darwin)
|
google-protobuf (4.28.2-x86_64-darwin)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rake (>= 13)
|
rake (>= 13)
|
||||||
@ -147,10 +159,6 @@ GEM
|
|||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
latex-decode (0.4.0)
|
latex-decode (0.4.0)
|
||||||
libv8-node (22.7.0.4-aarch64-linux)
|
|
||||||
libv8-node (22.7.0.4-arm64-darwin)
|
|
||||||
libv8-node (22.7.0.4-x86_64-darwin)
|
|
||||||
libv8-node (22.7.0.4-x86_64-linux)
|
|
||||||
liquid (4.0.4)
|
liquid (4.0.4)
|
||||||
listen (3.9.0)
|
listen (3.9.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
@ -162,8 +170,6 @@ GEM
|
|||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
mercenary (0.4.0)
|
mercenary (0.4.0)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_racer (0.15.0)
|
|
||||||
libv8-node (~> 22.7.0.1)
|
|
||||||
minitest (5.25.1)
|
minitest (5.25.1)
|
||||||
multi_xml (0.7.1)
|
multi_xml (0.7.1)
|
||||||
bigdecimal (~> 3.1)
|
bigdecimal (~> 3.1)
|
||||||
@ -171,8 +177,12 @@ GEM
|
|||||||
racc (~> 1.7)
|
racc (~> 1.7)
|
||||||
nokogiri (1.16.7-aarch64-linux)
|
nokogiri (1.16.7-aarch64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.16.7-arm-linux)
|
||||||
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.7-arm64-darwin)
|
nokogiri (1.16.7-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
|
nokogiri (1.16.7-x86-linux)
|
||||||
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.7-x86_64-darwin)
|
nokogiri (1.16.7-x86_64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.16.7-x86_64-linux)
|
nokogiri (1.16.7-x86_64-linux)
|
||||||
@ -185,17 +195,29 @@ GEM
|
|||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.11.1)
|
rb-inotify (0.11.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rexml (3.3.7)
|
rexml (3.3.8)
|
||||||
rouge (4.4.0)
|
rouge (4.4.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass-embedded (1.79.3-aarch64-linux-gnu)
|
sass-embedded (1.80.3-aarch64-linux-gnu)
|
||||||
google-protobuf (~> 4.27)
|
google-protobuf (~> 4.28)
|
||||||
sass-embedded (1.79.3-arm64-darwin)
|
sass-embedded (1.80.3-aarch64-linux-musl)
|
||||||
google-protobuf (~> 4.27)
|
google-protobuf (~> 4.28)
|
||||||
sass-embedded (1.79.3-x86_64-darwin)
|
sass-embedded (1.80.3-arm-linux-gnueabihf)
|
||||||
google-protobuf (~> 4.27)
|
google-protobuf (~> 4.28)
|
||||||
sass-embedded (1.79.3-x86_64-linux-gnu)
|
sass-embedded (1.80.3-arm-linux-musleabihf)
|
||||||
google-protobuf (~> 4.27)
|
google-protobuf (~> 4.28)
|
||||||
|
sass-embedded (1.80.3-arm64-darwin)
|
||||||
|
google-protobuf (~> 4.28)
|
||||||
|
sass-embedded (1.80.3-x86-linux-gnu)
|
||||||
|
google-protobuf (~> 4.28)
|
||||||
|
sass-embedded (1.80.3-x86-linux-musl)
|
||||||
|
google-protobuf (~> 4.28)
|
||||||
|
sass-embedded (1.80.3-x86_64-darwin)
|
||||||
|
google-protobuf (~> 4.28)
|
||||||
|
sass-embedded (1.80.3-x86_64-linux-gnu)
|
||||||
|
google-protobuf (~> 4.28)
|
||||||
|
sass-embedded (1.80.3-x86_64-linux-musl)
|
||||||
|
google-protobuf (~> 4.28)
|
||||||
sax-machine (1.3.2)
|
sax-machine (1.3.2)
|
||||||
securerandom (0.3.1)
|
securerandom (0.3.1)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
@ -210,9 +232,20 @@ GEM
|
|||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
aarch64-linux
|
aarch64-linux
|
||||||
|
aarch64-linux-gnu
|
||||||
|
aarch64-linux-musl
|
||||||
|
arm-linux
|
||||||
|
arm-linux-gnu
|
||||||
|
arm-linux-gnueabihf
|
||||||
|
arm-linux-musl
|
||||||
|
arm-linux-musleabihf
|
||||||
arm64-darwin
|
arm64-darwin
|
||||||
|
x86-linux
|
||||||
|
x86-linux-gnu
|
||||||
|
x86-linux-musl
|
||||||
x86_64-darwin
|
x86_64-darwin
|
||||||
x86_64-linux
|
x86_64-linux-gnu
|
||||||
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
classifier-reborn
|
classifier-reborn
|
||||||
@ -236,9 +269,8 @@ DEPENDENCIES
|
|||||||
jekyll-toc
|
jekyll-toc
|
||||||
jekyll-twitter-plugin
|
jekyll-twitter-plugin
|
||||||
jemoji
|
jemoji
|
||||||
mini_racer
|
|
||||||
unicode_utils
|
unicode_utils
|
||||||
webrick
|
webrick
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.7
|
2.5.18
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user