Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 6d901ce

Browse files
author
jordanmccullough
committed
Update gem specification and lock versions
1 parent 3bf0502 commit 6d901ce

34 files changed

+37
-20
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ gem 'github-pages'
55
gem 'rack-contrib', '~> 1.1.0'
66
gem 'anemone'
77
gem 'compass'
8-
gem 'github-pages'
98
gem 'rake', '~> 10.0'
9+
gem 'jekyll'
10+
gem 'rdiscount'

Gemfile.lock

Lines changed: 35 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,58 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
anemone (0.7.2)
5-
chunky_png (1.2.8)
65
classifier (1.3.3)
6+
fast-stemmer (>= 1.0.0)
77
colorator (0.1)
88
commander (4.1.5)
9+
highline (~> 1.6.11)
910
compass (0.12.2)
10-
directory_watcher (1.4.1)
1111
fast-stemmer (1.0.2)
12-
fssm (0.2.10)
13-
github-pages (6)
14-
highline (1.6.19)
15-
jekyll (1.2.1)
16-
kramdown (1.0.2)
17-
liquid (2.5.2)
12+
ffi (1.9.3)
13+
github-pages (10)
14+
highline (1.6.20)
15+
jekyll (1.3.1)
16+
classifier (~> 1.3)
17+
colorator (~> 0.1)
18+
commander (~> 4.1.3)
19+
liquid (~> 2.5.2)
20+
listen (~> 1.3)
21+
maruku (~> 0.6.0)
22+
pygments.rb (~> 0.5.0)
23+
redcarpet (~> 2.3.0)
24+
safe_yaml (~> 0.9.7)
25+
liquid (2.5.4)
26+
listen (1.3.1)
27+
rb-fsevent (>= 0.9.3)
28+
rb-inotify (>= 0.9)
29+
rb-kqueue (>= 0.2)
1830
maruku (0.6.1)
19-
mini_portile (0.5.1)
20-
nokogiri (1.6.0)
31+
syntax (>= 1.0.0)
2132
posix-spawn (0.3.6)
22-
pygments.rb (0.5.2)
23-
rack (1.4.1)
33+
pygments.rb (0.5.4)
34+
posix-spawn (~> 0.3.6)
35+
yajl-ruby (~> 1.1.0)
2436
rack-contrib (1.1.0)
2537
rake (10.1.0)
26-
rdiscount (1.6.8)
38+
rb-fsevent (0.9.3)
39+
rb-inotify (0.9.2)
40+
ffi (>= 0.5.0)
41+
rb-kqueue (0.2.0)
42+
ffi (>= 0.5.0)
43+
rdiscount (2.1.7)
2744
redcarpet (2.3.0)
28-
RedCloth (4.2.9)
29-
robotex (1.0.0)
30-
safe_yaml (0.7.1)
31-
sass (3.2.11)
45+
safe_yaml (0.9.7)
3246
syntax (1.0.0)
3347
yajl-ruby (1.1.0)
3448

3549
PLATFORMS
3650
ruby
3751

3852
DEPENDENCIES
39-
github-pages
40-
rack-contrib (~> 1.1.0)
4153
anemone
4254
compass
55+
github-pages
56+
jekyll
57+
rack-contrib (~> 1.1.0)
4358
rake (~> 10.0)
59+
rdiscount

vendor/cache/RedCloth-4.2.9.gem

-812 KB
Binary file not shown.

vendor/cache/chunky_png-1.2.8.gem

-315 KB
Binary file not shown.
-15 KB
Binary file not shown.

vendor/cache/ffi-1.9.3.gem

845 KB
Binary file not shown.

vendor/cache/fssm-0.2.10.gem

-22 KB
Binary file not shown.

vendor/cache/github-pages-1.gem

-3.5 KB
Binary file not shown.

vendor/cache/highline-1.6.19.gem

-216 KB
Binary file not shown.

0 commit comments

Comments
 (0)