Skip to content

Commit f3762ee

Browse files
committed
Update deps
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent dd7c41a commit f3762ee

File tree

2 files changed

+79
-55
lines changed

2 files changed

+79
-55
lines changed

Gemfile

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
source "https://rubygems.org"
2-
ruby RUBY_VERSION
3-
42
# Hello! This is where you manage which Jekyll version is used to run.
53
# When you want to use a different version, change it below, save the
64
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
@@ -9,19 +7,26 @@ ruby RUBY_VERSION
97
#
108
# This will help ensure the proper Jekyll version is running.
119
# Happy Jekylling!
12-
gem "jekyll", "~> 3.6.3"
13-
10+
gem "jekyll", "~> 4.2.0"
1411
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15-
gem "minima", "~> 2.1", ">= 2.1.1"
16-
12+
gem "minima", "~> 2.5"
1713
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1814
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1915
# gem "github-pages", group: :jekyll_plugins
20-
2116
# If you have any plugins, put them here!
2217
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.9", ">= 0.9.2"
18+
gem "jekyll-feed", "~> 0.12"
2419
end
2520

26-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
27-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
21+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22+
# and associated library.
23+
platforms :mingw, :x64_mingw, :mswin, :jruby do
24+
gem "tzinfo", "~> 1.2"
25+
gem "tzinfo-data"
26+
end
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30+
31+
32+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 64 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,82 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
ffi (1.9.25)
7+
concurrent-ruby (1.1.7)
8+
em-websocket (0.5.2)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.14.2)
813
forwardable-extended (2.6.0)
9-
jekyll (~> 3.6.3)
14+
http_parser.rb (0.6.0)
15+
i18n (1.8.7)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (4.2.0)
1018
addressable (~> 2.4)
1119
colorator (~> 1.0)
12-
jekyll-sass-converter (~> 1.0)
13-
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.3)
15-
liquid (~> 3.0)
16-
mercenary (~> 0.3.3)
20+
em-websocket (~> 0.5)
21+
i18n (~> 1.0)
22+
jekyll-sass-converter (~> 2.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 2.3)
25+
kramdown-parser-gfm (~> 1.0)
26+
liquid (~> 4.0)
27+
mercenary (~> 0.4.0)
1728
pathutil (~> 0.9)
18-
rouge (~> 1.7)
29+
rouge (~> 3.0)
1930
safe_yaml (~> 1.0)
20-
jekyll-feed (0.10.0)
21-
jekyll (~> 3.3)
22-
jekyll-sass-converter (1.5.2)
23-
sass (~> 3.4)
24-
jekyll-watch (1.5.1)
31+
terminal-table (~> 2.0)
32+
jekyll-feed (0.15.1)
33+
jekyll (>= 3.7, < 5.0)
34+
jekyll-sass-converter (2.1.0)
35+
sassc (> 2.0.1, < 3.0)
36+
jekyll-seo-tag (2.7.1)
37+
jekyll (>= 3.8, < 5.0)
38+
jekyll-watch (2.2.1)
2539
listen (~> 3.0)
26-
kramdown (1.17.0)
27-
liquid (3.0.6)
28-
listen (3.1.5)
29-
rb-fsevent (~> 0.9, >= 0.9.4)
30-
rb-inotify (~> 0.9, >= 0.9.7)
31-
ruby_dep (~> 1.2)
32-
mercenary (0.3.6)
33-
minima (2.1.1)
34-
jekyll (~> 3.3)
35-
pathutil (0.16.1)
40+
kramdown (2.3.0)
41+
rexml
42+
kramdown-parser-gfm (1.1.0)
43+
kramdown (~> 2.0)
44+
liquid (4.0.3)
45+
listen (3.4.1)
46+
rb-fsevent (~> 0.10, >= 0.10.3)
47+
rb-inotify (~> 0.9, >= 0.9.10)
48+
mercenary (0.4.0)
49+
minima (2.5.1)
50+
jekyll (>= 3.5, < 5.0)
51+
jekyll-feed (~> 0.9)
52+
jekyll-seo-tag (~> 2.1)
53+
pathutil (0.16.2)
3654
forwardable-extended (~> 2.6)
37-
public_suffix (3.0.2)
38-
rb-fsevent (0.10.3)
39-
rb-inotify (0.9.10)
40-
ffi (>= 0.5.0, < 2)
41-
rouge (1.11.1)
42-
ruby_dep (1.5.0)
43-
safe_yaml (1.0.4)
44-
sass (3.5.6)
45-
sass-listen (~> 4.0.0)
46-
sass-listen (4.0.0)
47-
rb-fsevent (~> 0.9, >= 0.9.4)
48-
rb-inotify (~> 0.9, >= 0.9.7)
55+
public_suffix (4.0.6)
56+
rb-fsevent (0.10.4)
57+
rb-inotify (0.10.1)
58+
ffi (~> 1.0)
59+
rexml (3.2.4)
60+
rouge (3.26.0)
61+
safe_yaml (1.0.5)
62+
sassc (2.4.0)
63+
ffi (~> 1.9)
64+
terminal-table (2.0.0)
65+
unicode-display_width (~> 1.1, >= 1.1.1)
66+
unicode-display_width (1.7.0)
67+
webrick (1.7.0)
4968

5069
PLATFORMS
51-
ruby
70+
x86_64-darwin-19
5271

5372
DEPENDENCIES
54-
jekyll (= 3.4.3)
55-
jekyll-feed (~> 0.9, >= 0.9.2)
56-
minima (~> 2.1, >= 2.1.1)
73+
jekyll (~> 4.2.0)
74+
jekyll-feed (~> 0.12)
75+
minima (~> 2.5)
76+
tzinfo (~> 1.2)
5777
tzinfo-data
58-
59-
RUBY VERSION
60-
ruby 2.3.6p384
78+
wdm (~> 0.1.1)
79+
webrick (~> 1.7)
6180

6281
BUNDLED WITH
63-
1.16.1
82+
2.2.6

0 commit comments

Comments
 (0)