Skip to content

Commit 832ee53

Browse files
author
KHOUBZA Younes
committed
update Gemfile
1 parent ef0ba06 commit 832ee53

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
.jekyll-cache/
3-
_site/
3+
_site/
4+
.idea/

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ source "https://rubygems.org"
1010
gem "jekyll", "~> 4.1.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
13+
gem "kramdown", ">= 2.3.1"
1314
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1415
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1516
# gem "github-pages", group: :jekyll_plugins

Gemfile.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ GEM
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.7)
7+
concurrent-ruby (1.1.8)
88
em-websocket (0.5.2)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.13.1)
12+
ffi (1.15.0)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
15-
i18n (1.8.5)
15+
i18n (1.8.10)
1616
concurrent-ruby (~> 1.0)
1717
jekyll (4.1.1)
1818
addressable (~> 2.4)
@@ -31,7 +31,6 @@ GEM
3131
terminal-table (~> 1.8)
3232
jekyll-feed (0.15.1)
3333
jekyll (>= 3.7, < 5.0)
34-
jekyll-postcss (0.4.0)
3534
jekyll-redirect-from (0.16.0)
3635
jekyll (>= 3.3, < 5.0)
3736
jekyll-sass-converter (2.1.0)
@@ -42,12 +41,12 @@ GEM
4241
jekyll (>= 3.7, < 5.0)
4342
jekyll-watch (2.2.1)
4443
listen (~> 3.0)
45-
kramdown (2.3.0)
44+
kramdown (2.3.1)
4645
rexml
4746
kramdown-parser-gfm (1.1.0)
4847
kramdown (~> 2.0)
4948
liquid (4.0.3)
50-
listen (3.3.3)
49+
listen (3.5.1)
5150
rb-fsevent (~> 0.10, >= 0.10.3)
5251
rb-inotify (~> 0.9, >= 0.9.10)
5352
mercenary (0.4.0)
@@ -61,7 +60,7 @@ GEM
6160
rb-fsevent (0.10.4)
6261
rb-inotify (0.10.1)
6362
ffi (~> 1.0)
64-
rexml (3.2.4)
63+
rexml (3.2.5)
6564
rouge (3.26.0)
6665
safe_yaml (1.0.5)
6766
sassc (2.4.0)
@@ -77,13 +76,13 @@ PLATFORMS
7776
DEPENDENCIES
7877
jekyll (~> 4.1.1)
7978
jekyll-feed (~> 0.12)
80-
jekyll-postcss
8179
jekyll-redirect-from
8280
jekyll-sitemap
81+
kramdown (>= 2.3.1)
8382
minima (~> 2.5)
8483
tzinfo (~> 1.2)
8584
tzinfo-data
8685
wdm (~> 0.1.1)
8786

8887
BUNDLED WITH
89-
2.2.0
88+
2.2.16

0 commit comments

Comments
 (0)