Skip to content

Commit 921d039

Browse files
committed
Update to jekyll 1.5.0 in gemfile
1 parent e2d0cfa commit 921d039

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
_site/
33
*~
44
*.pyc
5-
5+
.ruby-version

Gemfile.lock

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
blankslate (2.1.2.4)
5+
classifier (1.3.4)
6+
fast-stemmer (>= 1.0.0)
7+
colorator (0.1)
8+
commander (4.1.6)
9+
highline (~> 1.6.11)
10+
fast-stemmer (1.0.2)
11+
ffi (1.9.3)
12+
highline (1.6.21)
13+
jekyll (1.5.0)
14+
classifier (~> 1.3)
15+
colorator (~> 0.1)
16+
commander (~> 4.1.3)
17+
liquid (~> 2.5.5)
18+
listen (~> 1.3)
19+
maruku (= 0.7.0)
20+
pygments.rb (~> 0.5.0)
21+
redcarpet (~> 2.3.0)
22+
safe_yaml (~> 1.0)
23+
toml (~> 0.1.0)
24+
liquid (2.5.5)
25+
listen (1.3.1)
26+
rb-fsevent (>= 0.9.3)
27+
rb-inotify (>= 0.9)
28+
rb-kqueue (>= 0.2)
29+
maruku (0.7.0)
30+
parslet (1.5.0)
31+
blankslate (~> 2.0)
32+
posix-spawn (0.3.8)
33+
pygments.rb (0.5.4)
34+
posix-spawn (~> 0.3.6)
35+
yajl-ruby (~> 1.1.0)
36+
rb-fsevent (0.9.4)
37+
rb-inotify (0.9.3)
38+
ffi (>= 0.5.0)
39+
rb-kqueue (0.2.2)
40+
ffi (>= 0.5.0)
41+
redcarpet (2.3.0)
42+
safe_yaml (1.0.1)
43+
toml (0.1.1)
44+
parslet (~> 1.5.0)
45+
yajl-ruby (1.1.0)
46+
47+
PLATFORMS
48+
ruby
49+
50+
DEPENDENCIES
51+
jekyll

0 commit comments

Comments
 (0)