File tree 2 files changed +21
-61
lines changed
2 files changed +21
-61
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "jekyll"
4
- gem "RedCloth"
5
- gem "sinatra"
6
- gem "sinatra-index"
7
- gem "rake"
8
- gem "sinatra_auth_github"
9
- gem "foreman"
10
- gem "redcarpet"
3
+ # for latest versions, see:
4
+ # https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
5
+
6
+ gem "jekyll" , '=1.0.2'
7
+ gem 'liquid' , '=2.5.0'
8
+ gem 'redcarpet' , '=2.2.2'
9
+ gem 'maruku' , '=0.6.1'
10
+ gem 'rdiscount' , '=1.6.8'
11
+ gem 'RedCloth' , '=4.2.9'
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
RedCloth (4.2.9 )
5
- addressable (2.3.4 )
6
5
classifier (1.3.3 )
7
6
fast-stemmer (>= 1.0.0 )
8
7
colorator (0.1 )
9
8
commander (4.1.3 )
10
9
highline (~> 1.6.11 )
11
10
directory_watcher (1.4.1 )
12
- dotenv (0.7.0 )
13
- faraday (0.8.7 )
14
- multipart-post (~> 1.1 )
15
- faraday_middleware (0.9.0 )
16
- faraday (>= 0.7.4 , < 0.9 )
17
11
fast-stemmer (1.0.2 )
18
- foreman (0.63.0 )
19
- dotenv (>= 0.7 )
20
- thor (>= 0.13.6 )
21
- hashie (2.0.4 )
22
12
highline (1.6.18 )
23
- jekyll (1.0.1 )
13
+ jekyll (1.0.2 )
24
14
classifier (~> 1.3 )
25
15
colorator (~> 0.1 )
26
16
commander (~> 4.1.3 )
27
17
directory_watcher (~> 1.4.1 )
28
- kramdown (~> 0.14 )
18
+ kramdown (~> 1.0.2 )
29
19
liquid (~> 2.3 )
30
20
maruku (~> 0.5 )
31
- pygments.rb (~> 0.4.2 )
21
+ pygments.rb (~> 0.5.0 )
32
22
safe_yaml (~> 0.7.0 )
33
- kramdown (0.14 .2 )
23
+ kramdown (1.0 .2 )
34
24
liquid (2.5.0 )
35
25
maruku (0.6.1 )
36
26
syntax (>= 1.0.0 )
37
- multi_json (1.7.3 )
38
- multipart-post (1.2.0 )
39
- netrc (0.7.7 )
40
- octokit (1.24.0 )
41
- addressable (~> 2.2 )
42
- faraday (~> 0.8 )
43
- faraday_middleware (~> 0.9 )
44
- hashie (~> 2.0 )
45
- multi_json (~> 1.3 )
46
- netrc (~> 0.7.7 )
47
27
posix-spawn (0.3.6 )
48
- pygments.rb (0.4.2 )
28
+ pygments.rb (0.5.0 )
49
29
posix-spawn (~> 0.3.6 )
50
30
yajl-ruby (~> 1.1.0 )
51
- rack (1.5.2 )
52
- rack-protection (1.5.0 )
53
- rack
54
- rake (10.0.4 )
31
+ rdiscount (1.6.8 )
55
32
redcarpet (2.2.2 )
56
33
safe_yaml (0.7.1 )
57
- sinatra (1.4.2 )
58
- rack (~> 1.5 , >= 1.5.2 )
59
- rack-protection (~> 1.4 )
60
- tilt (~> 1.3 , >= 1.3.4 )
61
- sinatra-index (0.0.2 )
62
- sinatra
63
- sinatra_auth_github (0.13.3 )
64
- sinatra (~> 1.0 )
65
- warden-github (~> 0.13.1 )
66
34
syntax (1.0.0 )
67
- thor (0.18.1 )
68
- tilt (1.4.0 )
69
- warden (1.2.1 )
70
- rack (>= 1.0 )
71
- warden-github (0.13.2 )
72
- octokit (>= 1.22.0 )
73
- warden (> 1.0 )
74
35
yajl-ruby (1.1.0 )
75
36
76
37
PLATFORMS
77
38
ruby
78
39
79
40
DEPENDENCIES
80
- RedCloth
81
- foreman
82
- jekyll
83
- rake
84
- redcarpet
85
- sinatra
86
- sinatra-index
87
- sinatra_auth_github
41
+ RedCloth (= 4.2.9 )
42
+ jekyll (= 1.0.2 )
43
+ liquid (= 2.5.0 )
44
+ maruku (= 0.6.1 )
45
+ rdiscount (= 1.6.8 )
46
+ redcarpet (= 2.2.2 )
You can’t perform that action at this time.
0 commit comments