File tree Expand file tree Collapse file tree 2 files changed +36
-49
lines changed Expand file tree Collapse file tree 2 files changed +36
-49
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
- gem 'jekyll' , '1.5.1 '
3
- gem 'json' , '1.8.3'
4
- gem 'kramdown' , '1.8.0 '
5
- gem 'mercenary' , '0.3.5'
6
- gem 'posix-spawn' , '0.3.11'
7
- gem 'yajl-ruby' , '1.2.1'
2
+ gem 'jekyll' , '3.1.6 '
3
+ gem 'json' , '>= 1.8.3'
4
+ gem 'kramdown' , '1.11.1 '
5
+ gem 'mercenary' , '>= 0.3.5'
6
+ gem 'posix-spawn' , '>= 0.3.11'
7
+ gem 'yajl-ruby' , '>= 1.2.1'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- blankslate (2.1.2.4 )
5
- classifier (1.3.4 )
6
- fast-stemmer (>= 1.0.0 )
7
4
colorator (0.1 )
8
- commander (4.1.6 )
9
- highline (~> 1.6.11 )
10
- fast-stemmer (1.0.2 )
11
- ffi (1.9.10 )
12
- highline (1.6.21 )
13
- jekyll (1.5.1 )
14
- classifier (~> 1.3 )
5
+ ffi (1.9.14 )
6
+ jekyll (3.1.6 )
15
7
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 )
8
+ jekyll-sass-converter (~> 1.0 )
9
+ jekyll-watch (~> 1.1 )
10
+ kramdown (~> 1.3 )
11
+ liquid ( ~> 3 .0 )
12
+ mercenary (~> 0.3.3 )
13
+ rouge (~> 1.7 )
22
14
safe_yaml (~> 1.0 )
23
- toml (~> 0.1.0 )
24
- json (1.8.3 )
25
- kramdown (1.8.0 )
26
- liquid (2.5.5 )
27
- listen (1.3.1 )
28
- rb-fsevent (>= 0.9.3 )
29
- rb-inotify (>= 0.9 )
30
- rb-kqueue (>= 0.2 )
31
- maruku (0.7.0 )
32
- mercenary (0.3.5 )
33
- parslet (1.5.0 )
34
- blankslate (~> 2.0 )
15
+ jekyll-sass-converter (1.4.0 )
16
+ sass (~> 3.4 )
17
+ jekyll-watch (1.5.0 )
18
+ listen (~> 3.0 , < 3.1 )
19
+ json (2.0.2 )
20
+ kramdown (1.11.1 )
21
+ liquid (3.0.6 )
22
+ listen (3.0.8 )
23
+ rb-fsevent (~> 0.9 , >= 0.9.4 )
24
+ rb-inotify (~> 0.9 , >= 0.9.7 )
25
+ mercenary (0.3.6 )
35
26
posix-spawn (0.3.11 )
36
- pygments.rb (0.5.4 )
37
- rb-fsevent (0.9.5 )
38
- rb-inotify (0.9.5 )
27
+ rb-fsevent (0.9.7 )
28
+ rb-inotify (0.9.7 )
39
29
ffi (>= 0.5.0 )
40
- rb-kqueue (0.2.4 )
41
- ffi (>= 0.5.0 )
42
- redcarpet (2.3.0 )
30
+ rouge (1.11.1 )
43
31
safe_yaml (1.0.4 )
44
- toml (0.1.2 )
45
- parslet (~> 1.5.0 )
32
+ sass (3.4.22 )
46
33
yajl-ruby (1.2.1 )
47
34
48
35
PLATFORMS
49
36
ruby
50
37
51
38
DEPENDENCIES
52
- jekyll (= 1.5.1 )
53
- json (= 1.8.3 )
54
- kramdown (= 1.8.0 )
55
- mercenary (= 0.3.5 )
56
- posix-spawn (= 0.3.11 )
57
- yajl-ruby (= 1.2.1 )
39
+ jekyll (= 3.1.6 )
40
+ json (> = 1.8.3 )
41
+ kramdown (= 1.11.1 )
42
+ mercenary (> = 0.3.5 )
43
+ posix-spawn (> = 0.3.11 )
44
+ yajl-ruby (> = 1.2.1 )
58
45
59
46
BUNDLED WITH
60
- 1.10.6
47
+ 1.13.5
You can’t perform that action at this time.
0 commit comments