File tree 2 files changed +24
-9
lines changed
2 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 1
1
# A sample Gemfile
2
2
source "https://rubygems.org"
3
3
4
- # gem "rails"
5
- gem 'jekyll '
4
+ gem 'rake'
5
+ gem 'github-pages '
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ RedCloth (4.2.9 )
4
5
classifier (1.3.3 )
5
6
fast-stemmer (>= 1.0.0 )
6
7
colorator (0.1 )
7
8
commander (4.1.5 )
8
9
highline (~> 1.6.11 )
9
10
directory_watcher (1.4.1 )
10
11
fast-stemmer (1.0.2 )
12
+ github-pages (8 )
13
+ RedCloth (= 4.2.9 )
14
+ jekyll (= 1.2.0 )
15
+ kramdown (= 1.0.2 )
16
+ liquid (= 2.5.1 )
17
+ maruku (= 0.6.1 )
18
+ rdiscount (= 1.6.8 )
19
+ redcarpet (= 2.2.2 )
11
20
highline (1.6.20 )
12
- jekyll (1.2.1 )
21
+ jekyll (1.2.0 )
13
22
classifier (~> 1.3 )
14
23
colorator (~> 0.1 )
15
24
commander (~> 4.1.3 )
16
25
directory_watcher (~> 1.4.1 )
17
- liquid (~> 2.5.2 )
26
+ liquid (~> 2.5.1 )
18
27
maruku (~> 0.5 )
19
28
pygments.rb (~> 0.5.0 )
20
- redcarpet (~> 2.3.0 )
29
+ redcarpet (~> 2.2.2 )
21
30
safe_yaml (~> 0.7.0 )
22
- liquid (2.5.3 )
23
- maruku (0.7.0 )
31
+ kramdown (1.0.2 )
32
+ liquid (2.5.1 )
33
+ maruku (0.6.1 )
34
+ syntax (>= 1.0.0 )
24
35
posix-spawn (0.3.6 )
25
36
pygments.rb (0.5.4 )
26
37
posix-spawn (~> 0.3.6 )
27
38
yajl-ruby (~> 1.1.0 )
28
- redcarpet (2.3.0 )
39
+ rake (10.1.0 )
40
+ rdiscount (1.6.8 )
41
+ redcarpet (2.2.2 )
29
42
safe_yaml (0.7.1 )
43
+ syntax (1.0.0 )
30
44
yajl-ruby (1.1.0 )
31
45
32
46
PLATFORMS
33
47
ruby
34
48
35
49
DEPENDENCIES
36
- jekyll
50
+ github-pages
51
+ rake
You can’t perform that action at this time.
0 commit comments