| |
@@ -1,8 +1,8 @@
|
| |
GEM
|
| |
remote: https://rubygems.org/
|
| |
specs:
|
| |
- addressable (2.8.0)
|
| |
- public_suffix (>= 2.0.2, < 5.0)
|
| |
+ addressable (2.8.1)
|
| |
+ public_suffix (>= 2.0.2, < 6.0)
|
| |
algolia_html_extractor (2.6.4)
|
| |
json (~> 2.0)
|
| |
nokogiri (~> 1.10)
|
| |
@@ -10,7 +10,7 @@
|
| |
httpclient (~> 2.8, >= 2.8.3)
|
| |
json (>= 1.5.1)
|
| |
colorator (1.1.0)
|
| |
- concurrent-ruby (1.1.9)
|
| |
+ concurrent-ruby (1.1.10)
|
| |
em-websocket (0.5.3)
|
| |
eventmachine (>= 0.12.9)
|
| |
http_parser.rb (~> 0)
|
| |
@@ -18,11 +18,11 @@
|
| |
ffi (1.15.5)
|
| |
filesize (0.2.0)
|
| |
forwardable-extended (2.6.0)
|
| |
- htmlbeautifier (1.4.1)
|
| |
+ htmlbeautifier (1.4.2)
|
| |
htmlcompressor (0.4.0)
|
| |
http_parser.rb (0.8.0)
|
| |
httpclient (2.8.3)
|
| |
- i18n (1.9.1)
|
| |
+ i18n (1.12.0)
|
| |
concurrent-ruby (~> 1.0)
|
| |
jekyll (4.0.1)
|
| |
addressable (~> 2.4)
|
| |
@@ -48,13 +48,13 @@
|
| |
nokogiri (~> 1.6)
|
| |
progressbar (~> 1.9)
|
| |
verbal_expressions (~> 0.1.5)
|
| |
- jekyll-feed (0.16.0)
|
| |
+ jekyll-feed (0.17.0)
|
| |
jekyll (>= 3.7, < 5.0)
|
| |
jekyll-paginate-v2 (3.0.0)
|
| |
jekyll (>= 3.0, < 5.0)
|
| |
- jekyll-sass-converter (2.1.0)
|
| |
+ jekyll-sass-converter (2.2.0)
|
| |
sassc (> 2.0.1, < 3.0)
|
| |
- jekyll-theme-centos (0.9.20220212202853)
|
| |
+ jekyll-theme-centos (0.9.20221031122647)
|
| |
jekyll (~> 4.0)
|
| |
jekyll-tidy (0.2.2)
|
| |
htmlbeautifier
|
| |
@@ -65,8 +65,8 @@
|
| |
nokogiri (~> 1.11)
|
| |
jekyll-watch (2.2.1)
|
| |
listen (~> 3.0)
|
| |
- json (2.6.1)
|
| |
- kramdown (2.3.1)
|
| |
+ json (2.6.2)
|
| |
+ kramdown (2.4.0)
|
| |
rexml
|
| |
kramdown-parser-gfm (1.1.0)
|
| |
kramdown (~> 2.0)
|
| |
@@ -75,29 +75,29 @@
|
| |
rb-fsevent (~> 0.10, >= 0.10.3)
|
| |
rb-inotify (~> 0.9, >= 0.9.10)
|
| |
mercenary (0.3.6)
|
| |
- mini_portile2 (2.7.1)
|
| |
- nokogiri (1.13.1)
|
| |
- mini_portile2 (~> 2.7.0)
|
| |
+ mini_portile2 (2.8.0)
|
| |
+ nokogiri (1.13.9)
|
| |
+ mini_portile2 (~> 2.8.0)
|
| |
racc (~> 1.4)
|
| |
pathutil (0.16.2)
|
| |
forwardable-extended (~> 2.6)
|
| |
progressbar (1.11.0)
|
| |
- public_suffix (4.0.6)
|
| |
+ public_suffix (5.0.0)
|
| |
racc (1.6.0)
|
| |
- rb-fsevent (0.11.1)
|
| |
+ rb-fsevent (0.11.2)
|
| |
rb-inotify (0.10.1)
|
| |
ffi (~> 1.0)
|
| |
rexml (3.2.5)
|
| |
- rouge (3.28.0)
|
| |
+ rouge (3.30.0)
|
| |
safe_yaml (1.0.5)
|
| |
sassc (2.4.0)
|
| |
ffi (~> 1.9)
|
| |
terminal-table (1.8.0)
|
| |
unicode-display_width (~> 1.1, >= 1.1.1)
|
| |
thread_safe (0.3.6)
|
| |
- tzinfo (1.2.9)
|
| |
+ tzinfo (1.2.10)
|
| |
thread_safe (~> 0.1)
|
| |
- tzinfo-data (1.2021.5)
|
| |
+ tzinfo-data (1.2022.6)
|
| |
tzinfo (>= 1.0.0)
|
| |
unicode-display_width (1.8.0)
|
| |
verbal_expressions (0.1.5)
|
| |
@@ -112,7 +112,7 @@
|
| |
jekyll-algolia
|
| |
jekyll-feed
|
| |
jekyll-paginate-v2
|
| |
- jekyll-theme-centos (= 0.9.20220212202853)
|
| |
+ jekyll-theme-centos (= 0.9.20221031122647)
|
| |
jekyll-tidy
|
| |
jekyll-toc
|
| |
tzinfo (~> 1.2)
|
| |
@@ -121,4 +121,4 @@
|
| |
webrick
|
| |
|
| |
BUNDLED WITH
|
| |
- 2.2.24
|
| |
+ 2.3.15
|
| |
Remove font-size from pre elements on lists site, and normalize staging based on main branch.