Skip to content

Commit ebc8f65

Browse files
committed
updated gem files
1 parent 029bb63 commit ebc8f65

File tree

2 files changed

+82
-38
lines changed

2 files changed

+82
-38
lines changed

Gemfile

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem 'jekyll', '~>4'
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
gem 'jekyll-tagging'
24+
gem 'jekyll-sitemap'
25+
end
26+
27+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
28+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
29+

Gemfile.lock

Lines changed: 53 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,94 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.7.0)
4+
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.6)
8-
ffi (1.13.1)
9-
ffi (1.13.1-x64-mingw32)
7+
concurrent-ruby (1.1.9)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
eventmachine (1.2.7)
12+
eventmachine (1.2.7-x64-mingw32)
13+
ffi (1.15.5)
14+
ffi (1.15.5-x64-mingw32)
1015
forwardable-extended (2.6.0)
11-
jekyll (3.6.3)
16+
http_parser.rb (0.8.0)
17+
i18n (1.9.1)
18+
concurrent-ruby (~> 1.0)
19+
jekyll (4.2.1)
1220
addressable (~> 2.4)
1321
colorator (~> 1.0)
14-
jekyll-sass-converter (~> 1.0)
15-
jekyll-watch (~> 1.1)
16-
kramdown (~> 1.14)
22+
em-websocket (~> 0.5)
23+
i18n (~> 1.0)
24+
jekyll-sass-converter (~> 2.0)
25+
jekyll-watch (~> 2.0)
26+
kramdown (~> 2.3)
27+
kramdown-parser-gfm (~> 1.0)
1728
liquid (~> 4.0)
18-
mercenary (~> 0.3.3)
29+
mercenary (~> 0.4.0)
1930
pathutil (~> 0.9)
20-
rouge (>= 1.7, < 3)
31+
rouge (~> 3.0)
2132
safe_yaml (~> 1.0)
22-
jekyll-feed (0.11.0)
23-
jekyll (~> 3.3)
24-
jekyll-paginate-v2 (3.0.0)
25-
jekyll (>= 3.0, < 5.0)
26-
jekyll-redirect-from (0.16.0)
27-
jekyll (>= 3.3, < 5.0)
28-
jekyll-sass-converter (1.5.2)
29-
sass (~> 3.4)
30-
jekyll-seo-tag (2.6.1)
31-
jekyll (>= 3.3, < 5.0)
32-
jekyll-sitemap (1.2.0)
33-
jekyll (~> 3.3)
33+
terminal-table (~> 2.0)
34+
jekyll-feed (0.16.0)
35+
jekyll (>= 3.7, < 5.0)
36+
jekyll-sass-converter (2.1.0)
37+
sassc (> 2.0.1, < 3.0)
38+
jekyll-seo-tag (2.8.0)
39+
jekyll (>= 3.8, < 5.0)
40+
jekyll-sitemap (1.4.0)
41+
jekyll (>= 3.7, < 5.0)
3442
jekyll-tagging (1.1.0)
3543
nuggets
36-
jekyll-watch (1.5.1)
44+
jekyll-watch (2.2.1)
3745
listen (~> 3.0)
38-
kramdown (1.17.0)
46+
kramdown (2.3.1)
47+
rexml
48+
kramdown-parser-gfm (1.1.0)
49+
kramdown (~> 2.0)
3950
liquid (4.0.3)
40-
listen (3.2.1)
51+
listen (3.7.1)
4152
rb-fsevent (~> 0.10, >= 0.10.3)
4253
rb-inotify (~> 0.9, >= 0.9.10)
43-
mercenary (0.3.6)
54+
mercenary (0.4.0)
4455
minima (2.5.1)
4556
jekyll (>= 3.5, < 5.0)
4657
jekyll-feed (~> 0.9)
4758
jekyll-seo-tag (~> 2.1)
4859
nuggets (1.6.0)
4960
pathutil (0.16.2)
5061
forwardable-extended (~> 2.6)
51-
public_suffix (4.0.5)
52-
rb-fsevent (0.10.4)
62+
public_suffix (4.0.6)
63+
rb-fsevent (0.11.1)
5364
rb-inotify (0.10.1)
5465
ffi (~> 1.0)
55-
rouge (2.2.1)
66+
rexml (3.2.5)
67+
rouge (3.28.0)
5668
safe_yaml (1.0.5)
57-
sass (3.7.4)
58-
sass-listen (~> 4.0.0)
59-
sass-listen (4.0.0)
60-
rb-fsevent (~> 0.9, >= 0.9.4)
61-
rb-inotify (~> 0.9, >= 0.9.7)
62-
tzinfo (2.0.2)
69+
sassc (2.4.0)
70+
ffi (~> 1.9)
71+
sassc (2.4.0-x64-mingw32)
72+
ffi (~> 1.9)
73+
terminal-table (2.0.0)
74+
unicode-display_width (~> 1.1, >= 1.1.1)
75+
tzinfo (2.0.4)
6376
concurrent-ruby (~> 1.0)
64-
tzinfo-data (1.2020.1)
77+
tzinfo-data (1.2021.5)
6578
tzinfo (>= 1.0.0)
79+
unicode-display_width (1.8.0)
6680

6781
PLATFORMS
6882
ruby
6983
x64-mingw32
7084

7185
DEPENDENCIES
72-
jekyll (~> 3.6.2)
86+
jekyll (~> 4)
7387
jekyll-feed (~> 0.6)
88+
jekyll-sitemap
7489
jekyll-tagging
7590
minima (~> 2.0)
7691
tzinfo-data
7792

7893
BUNDLED WITH
79-
2.1.4
94+
2.3.7

0 commit comments

Comments
 (0)