Skip to content

Commit ee8c8ac

Browse files
author
VentGrey
committed
Update de seguridad [Leer la descripción]
El repo llevaba tiempo sin actualizar el codebase y muchas de las gemas que estaban en el Gemfile y el Gemfile.lock ya se encontraban deprecated. Igual ruby-sass está EOL. Llegarán mas updates de seguridad y configuraciones para las acciones automáticas de GitHub
1 parent ff6ed79 commit ee8c8ac

2 files changed

Lines changed: 29 additions & 50 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ gem "jekyll", ">= 3.7.4"
44
gem "ffi", ">= 1.9.24"
55
gem 'rouge', '~> 3.5', '>= 3.5.1'
66
gem 'tzinfo-data'
7+
gem "kramdown-parser-gfm"
78

89
group :jekyll_plugins do
910
gem 'jekyll-archives', '2.1.1'

Gemfile.lock

Lines changed: 28 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.6.0)
5-
public_suffix (>= 2.0.2, < 4.0)
6-
backports (3.12.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
76
colorator (1.1.0)
8-
concurrent-ruby (1.1.4)
9-
em-websocket (0.5.1)
7+
concurrent-ruby (1.1.8)
8+
em-websocket (0.5.2)
109
eventmachine (>= 0.12.9)
1110
http_parser.rb (~> 0.6.0)
1211
eventmachine (1.2.7)
1312
eventmachine (1.2.7-x64-mingw32)
14-
ffi (1.10.0)
15-
ffi (1.10.0-x64-mingw32)
13+
ffi (1.15.0)
14+
ffi (1.15.0-x64-mingw32)
1615
forwardable-extended (2.6.0)
1716
http_parser.rb (0.6.0)
1817
i18n (0.9.5)
1918
concurrent-ruby (~> 1.0)
20-
jekyll (3.8.5)
19+
jekyll (3.9.0)
2120
addressable (~> 2.4)
2221
colorator (~> 1.0)
2322
em-websocket (~> 0.5)
2423
i18n (~> 0.7)
2524
jekyll-sass-converter (~> 1.0)
2625
jekyll-watch (~> 2.0)
27-
kramdown (~> 1.14)
26+
kramdown (>= 1.17, < 3)
2827
liquid (~> 4.0)
2928
mercenary (~> 0.3.3)
3029
pathutil (~> 0.9)
3130
rouge (>= 1.7, < 4)
3231
safe_yaml (~> 1.0)
33-
jekyll-admin (0.8.1)
34-
addressable (~> 2.4)
35-
jekyll (~> 3.3)
36-
sinatra (~> 1.4)
37-
sinatra-contrib (~> 1.4)
3832
jekyll-archives (2.1.1)
3933
jekyll (>= 2.4)
4034
jekyll-feed (0.9.3)
@@ -46,50 +40,34 @@ GEM
4640
jekyll (~> 3.3)
4741
jekyll-sitemap (1.2.0)
4842
jekyll (~> 3.3)
49-
jekyll-watch (2.1.2)
43+
jekyll-watch (2.2.1)
5044
listen (~> 3.0)
51-
kramdown (1.17.0)
52-
liquid (4.0.1)
53-
listen (3.1.5)
54-
rb-fsevent (~> 0.9, >= 0.9.4)
55-
rb-inotify (~> 0.9, >= 0.9.7)
56-
ruby_dep (~> 1.2)
45+
kramdown (2.3.1)
46+
rexml
47+
kramdown-parser-gfm (1.1.0)
48+
kramdown (~> 2.0)
49+
liquid (4.0.3)
50+
listen (3.5.1)
51+
rb-fsevent (~> 0.10, >= 0.10.3)
52+
rb-inotify (~> 0.9, >= 0.9.10)
5753
mercenary (0.3.6)
58-
multi_json (1.13.1)
5954
pathutil (0.16.2)
6055
forwardable-extended (~> 2.6)
61-
public_suffix (3.0.3)
62-
rack (1.6.12)
63-
rack-protection (1.5.5)
64-
rack
65-
rack-test (1.1.0)
66-
rack (>= 1.0, < 3)
67-
rb-fsevent (0.10.3)
68-
rb-inotify (0.10.0)
56+
public_suffix (4.0.6)
57+
rb-fsevent (0.10.4)
58+
rb-inotify (0.10.1)
6959
ffi (~> 1.0)
70-
rouge (3.5.1)
71-
ruby_dep (1.5.0)
72-
safe_yaml (1.0.4)
73-
sass (3.7.3)
60+
rexml (3.2.4)
61+
rouge (3.26.0)
62+
safe_yaml (1.0.5)
63+
sass (3.7.4)
7464
sass-listen (~> 4.0.0)
7565
sass-listen (4.0.0)
7666
rb-fsevent (~> 0.9, >= 0.9.4)
7767
rb-inotify (~> 0.9, >= 0.9.7)
78-
sinatra (1.4.8)
79-
rack (~> 1.5)
80-
rack-protection (~> 1.4)
81-
tilt (>= 1.3, < 3)
82-
sinatra-contrib (1.4.7)
83-
backports (>= 2.0)
84-
multi_json
85-
rack-protection
86-
rack-test
87-
sinatra (~> 1.4.0)
88-
tilt (>= 1.3, < 3)
89-
tilt (2.0.9)
90-
tzinfo (2.0.0)
68+
tzinfo (2.0.4)
9169
concurrent-ruby (~> 1.0)
92-
tzinfo-data (1.2019.3)
70+
tzinfo-data (1.2021.1)
9371
tzinfo (>= 1.0.0)
9472

9573
PLATFORMS
@@ -99,14 +77,14 @@ PLATFORMS
9977
DEPENDENCIES
10078
ffi (>= 1.9.24)
10179
jekyll (>= 3.7.4)
102-
jekyll-admin
10380
jekyll-archives (= 2.1.1)
10481
jekyll-feed (= 0.9.3)
10582
jekyll-paginate (= 1.1.0)
10683
jekyll-seo-tag (= 2.4.0)
10784
jekyll-sitemap (= 1.2.0)
85+
kramdown-parser-gfm
10886
rouge (~> 3.5, >= 3.5.1)
10987
tzinfo-data
11088

11189
BUNDLED WITH
112-
2.0.2
90+
2.2.5

0 commit comments

Comments
 (0)