Skip to content

Commit 553edc4

Browse files
committed
docs: Update gems
1 parent 9e0d987 commit 553edc4

File tree

1 file changed

+31
-34
lines changed

1 file changed

+31
-34
lines changed

docs/Gemfile.lock

Lines changed: 31 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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-
concurrent-ruby (1.0.5)
7+
concurrent-ruby (1.1.7)
88
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
1212
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.9.25)
14-
ffi (1.9.25-x64-mingw32)
13+
ffi (1.13.1)
14+
ffi (1.13.1-x64-mingw32)
1515
forwardable-extended (2.6.0)
1616
http_parser.rb (0.6.0)
1717
i18n (0.9.5)
@@ -29,43 +29,40 @@ GEM
2929
pathutil (~> 0.9)
3030
rouge (>= 1.7, < 4)
3131
safe_yaml (~> 1.0)
32-
jekyll-feed (0.11.0)
33-
jekyll (~> 3.3)
34-
jekyll-redirect-from (0.14.0)
35-
jekyll (~> 3.3)
32+
jekyll-feed (0.15.0)
33+
jekyll (>= 3.7, < 5.0)
34+
jekyll-redirect-from (0.16.0)
35+
jekyll (>= 3.3, < 5.0)
3636
jekyll-sass-converter (1.5.2)
3737
sass (~> 3.4)
38-
jekyll-seo-tag (2.5.0)
39-
jekyll (~> 3.3)
40-
jekyll-sitemap (1.2.0)
41-
jekyll (~> 3.3)
42-
jekyll-watch (2.1.1)
38+
jekyll-seo-tag (2.6.1)
39+
jekyll (>= 3.3, < 5.0)
40+
jekyll-sitemap (1.4.0)
41+
jekyll (>= 3.7, < 5.0)
42+
jekyll-watch (2.2.1)
4343
listen (~> 3.0)
4444
kramdown (1.17.0)
45-
liquid (4.0.1)
46-
listen (3.1.5)
47-
rb-fsevent (~> 0.9, >= 0.9.4)
48-
rb-inotify (~> 0.9, >= 0.9.7)
49-
ruby_dep (~> 1.2)
45+
liquid (4.0.3)
46+
listen (3.2.1)
47+
rb-fsevent (~> 0.10, >= 0.10.3)
48+
rb-inotify (~> 0.9, >= 0.9.10)
5049
mercenary (0.3.6)
51-
pathutil (0.16.1)
50+
pathutil (0.16.2)
5251
forwardable-extended (~> 2.6)
53-
public_suffix (3.0.3)
54-
rb-fsevent (0.10.3)
55-
rb-inotify (0.9.10)
56-
ffi (>= 0.5.0, < 2)
57-
rouge (3.3.0)
58-
ruby_dep (1.5.0)
59-
safe_yaml (1.0.4)
60-
sass (3.6.0)
52+
public_suffix (4.0.6)
53+
rb-fsevent (0.10.4)
54+
rb-inotify (0.10.1)
55+
ffi (~> 1.0)
56+
rouge (3.22.0)
57+
safe_yaml (1.0.5)
58+
sass (3.7.4)
6159
sass-listen (~> 4.0.0)
6260
sass-listen (4.0.0)
6361
rb-fsevent (~> 0.9, >= 0.9.4)
6462
rb-inotify (~> 0.9, >= 0.9.7)
65-
thread_safe (0.3.6)
66-
tzinfo (1.2.5)
67-
thread_safe (~> 0.1)
68-
tzinfo-data (1.2018.6)
63+
tzinfo (2.0.2)
64+
concurrent-ruby (~> 1.0)
65+
tzinfo-data (1.2020.1)
6966
tzinfo (>= 1.0.0)
7067

7168
PLATFORMS
@@ -81,7 +78,7 @@ DEPENDENCIES
8178
tzinfo-data
8279

8380
RUBY VERSION
84-
ruby 2.6.3p62
81+
ruby 2.7.1p83
8582

8683
BUNDLED WITH
87-
2.0.1
84+
2.1.4

0 commit comments

Comments
 (0)