Skip to content

Commit 325635d

Browse files
committed
Atualizado o Jekyll e plugins
1 parent 18b2ccc commit 325635d

File tree

2 files changed

+71
-55
lines changed

2 files changed

+71
-55
lines changed

Gemfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ gem 'jekyll', '~> 3.7'
1010
gem 'jekyll-seo-tag', '~> 2.0'
1111
gem 'jekyll-github-metadata'
1212
gem 'jekyll-theme-leap-day'
13+
gem "jekyll-jupyter-notebook"
14+
gem 'jekyll-redirect-from'
1315
gem 'jekyll-feed'
1416
gem 'jekyll-sitemap'
15-
1617
gem 'jekyll-paginate'
17-
gem 'jekyll-archives'
18+
gem 'jekyll-archives'
19+
gem 'jekyll-gist'
20+
gem 'jekyll-paginate'
21+
gem 'jekyll-archives'
22+
gem 'rubocop-rails'

Gemfile.lock

Lines changed: 64 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,41 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
4+
activesupport (5.2.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.5.2)
9+
addressable (2.6.0)
1010
public_suffix (>= 2.0.2, < 4.0)
1111
ast (2.4.0)
1212
colorator (1.1.0)
13-
colorize (0.8.1)
14-
concurrent-ruby (1.0.5)
15-
dotenv (2.5.0)
13+
concurrent-ruby (1.1.5)
14+
dotenv (2.7.2)
1615
em-websocket (0.5.1)
1716
eventmachine (>= 0.12.9)
1817
http_parser.rb (~> 0.6.0)
19-
ethon (0.11.0)
18+
ethon (0.12.0)
2019
ffi (>= 1.3.0)
2120
eventmachine (1.2.7-x64-mingw32)
22-
faraday (0.15.2)
21+
faraday (0.15.4)
2322
multipart-post (>= 1.2, < 3)
24-
ffi (1.9.25-x64-mingw32)
23+
ffi (1.11.1-x64-mingw32)
2524
forwardable-extended (2.6.0)
26-
html-proofer (3.9.1)
25+
html-proofer (3.11.0)
2726
activesupport (>= 4.2, < 6.0)
2827
addressable (~> 2.3)
29-
colorize (~> 0.8)
3028
mercenary (~> 0.3.2)
31-
nokogiri (~> 1.8.1)
29+
nokogiri (~> 1.9)
3230
parallel (~> 1.3)
31+
rainbow (~> 3.0)
3332
typhoeus (~> 1.3)
3433
yell (~> 2.0)
3534
http_parser.rb (0.6.0)
3635
i18n (0.9.5)
3736
concurrent-ruby (~> 1.0)
38-
jaro_winkler (1.5.1)
39-
jekyll (3.8.3)
37+
jaro_winkler (1.5.3)
38+
jekyll (3.8.5)
4039
addressable (~> 2.4)
4140
colorator (~> 1.0)
4241
em-websocket (~> 0.5)
@@ -49,83 +48,91 @@ GEM
4948
pathutil (~> 0.9)
5049
rouge (>= 1.7, < 4)
5150
safe_yaml (~> 1.0)
52-
jekyll-archives (2.1.1)
53-
jekyll (>= 2.4)
54-
jekyll-feed (0.10.0)
55-
jekyll (~> 3.3)
56-
jekyll-github-metadata (2.9.4)
57-
jekyll (~> 3.1)
51+
jekyll-archives (2.2.1)
52+
jekyll (>= 3.6, < 5.0)
53+
jekyll-feed (0.12.1)
54+
jekyll (>= 3.7, < 5.0)
55+
jekyll-gist (1.5.0)
56+
octokit (~> 4.2)
57+
jekyll-github-metadata (2.12.1)
58+
jekyll (~> 3.4)
5859
octokit (~> 4.0, != 4.4.0)
60+
jekyll-jupyter-notebook (0.0.4)
61+
jekyll
5962
jekyll-paginate (1.1.0)
63+
jekyll-redirect-from (0.15.0)
64+
jekyll (>= 3.3, < 5.0)
6065
jekyll-sass-converter (1.5.2)
6166
sass (~> 3.4)
62-
jekyll-seo-tag (2.5.0)
63-
jekyll (~> 3.3)
64-
jekyll-sitemap (1.2.0)
65-
jekyll (~> 3.3)
67+
jekyll-seo-tag (2.6.1)
68+
jekyll (>= 3.3, < 5.0)
69+
jekyll-sitemap (1.3.1)
70+
jekyll (>= 3.7, < 5.0)
6671
jekyll-theme-leap-day (0.1.1)
6772
jekyll (~> 3.5)
6873
jekyll-seo-tag (~> 2.0)
69-
jekyll-watch (2.0.0)
74+
jekyll-watch (2.2.1)
7075
listen (~> 3.0)
71-
json (2.1.0)
76+
json (2.2.0)
7277
kramdown (1.17.0)
73-
liquid (4.0.0)
78+
liquid (4.0.3)
7479
listen (3.1.5)
7580
rb-fsevent (~> 0.9, >= 0.9.4)
7681
rb-inotify (~> 0.9, >= 0.9.7)
7782
ruby_dep (~> 1.2)
7883
mercenary (0.3.6)
79-
mini_portile2 (2.3.0)
84+
mini_portile2 (2.4.0)
8085
minitest (5.11.3)
81-
multipart-post (2.0.0)
86+
multipart-post (2.1.1)
8287
netrc (0.11.0)
83-
nokogiri (1.8.3-x64-mingw32)
84-
mini_portile2 (~> 2.3.0)
85-
octokit (4.9.0)
88+
nokogiri (1.10.3-x64-mingw32)
89+
mini_portile2 (~> 2.4.0)
90+
octokit (4.14.0)
8691
sawyer (~> 0.8.0, >= 0.5.3)
87-
parallel (1.12.1)
88-
parser (2.5.1.0)
92+
parallel (1.17.0)
93+
parser (2.6.3.0)
8994
ast (~> 2.4.0)
90-
pathutil (0.16.1)
95+
pathutil (0.16.2)
9196
forwardable-extended (~> 2.6)
92-
powerpack (0.1.2)
93-
public_suffix (3.0.2)
97+
public_suffix (3.1.0)
98+
rack (2.0.7)
9499
rainbow (3.0.0)
95100
rb-fsevent (0.10.3)
96-
rb-inotify (0.9.10)
97-
ffi (>= 0.5.0, < 2)
98-
rouge (3.1.1)
99-
rubocop (0.57.2)
101+
rb-inotify (0.10.0)
102+
ffi (~> 1.0)
103+
rouge (3.4.1)
104+
rubocop (0.71.0)
100105
jaro_winkler (~> 1.5.1)
101106
parallel (~> 1.10)
102-
parser (>= 2.5)
103-
powerpack (~> 0.1)
107+
parser (>= 2.6)
104108
rainbow (>= 2.2.2, < 4.0)
105109
ruby-progressbar (~> 1.7)
106-
unicode-display_width (~> 1.0, >= 1.0.1)
107-
ruby-progressbar (1.9.0)
110+
unicode-display_width (>= 1.4.0, < 1.7)
111+
rubocop-rails (2.0.1)
112+
rack (>= 1.1)
113+
rubocop (>= 0.70.0)
114+
ruby-progressbar (1.10.1)
108115
ruby_dep (1.5.0)
109-
safe_yaml (1.0.4)
110-
sass (3.5.6)
116+
safe_yaml (1.0.5)
117+
sass (3.7.4)
111118
sass-listen (~> 4.0.0)
112119
sass-listen (4.0.0)
113120
rb-fsevent (~> 0.9, >= 0.9.4)
114121
rb-inotify (~> 0.9, >= 0.9.7)
115-
sawyer (0.8.1)
116-
addressable (>= 2.3.5, < 2.6)
117-
faraday (~> 0.8, < 1.0)
122+
sawyer (0.8.2)
123+
addressable (>= 2.3.5)
124+
faraday (> 0.8, < 2.0)
118125
thread_safe (0.3.6)
119-
typhoeus (1.3.0)
126+
typhoeus (1.3.1)
120127
ethon (>= 0.9.0)
121128
tzinfo (1.2.5)
122129
thread_safe (~> 0.1)
123-
unicode-display_width (1.4.0)
124-
w3c_validators (1.3.3)
130+
unicode-display_width (1.6.0)
131+
w3c_validators (1.3.4)
125132
json (>= 1.8)
126133
nokogiri (~> 1.6)
127134
wdm (0.1.1)
128-
yell (2.0.7)
135+
yell (2.2.0)
129136

130137
PLATFORMS
131138
x64-mingw32
@@ -136,13 +143,17 @@ DEPENDENCIES
136143
jekyll (~> 3.7)
137144
jekyll-archives
138145
jekyll-feed
146+
jekyll-gist
139147
jekyll-github-metadata
148+
jekyll-jupyter-notebook
140149
jekyll-paginate
150+
jekyll-redirect-from
141151
jekyll-seo-tag (~> 2.0)
142152
jekyll-sitemap
143153
jekyll-theme-leap-day
144154
netrc
145155
rubocop (~> 0.50)
156+
rubocop-rails
146157
w3c_validators (~> 1.3)
147158
wdm (>= 0.1.0)
148159

0 commit comments

Comments
 (0)