Skip to content

Commit e4b50e3

Browse files
committed
get Gemfile in shape for 498
1 parent 34f3829 commit e4b50e3

File tree

2 files changed

+36
-49
lines changed

2 files changed

+36
-49
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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'

Gemfile.lock

Lines changed: 30 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
blankslate (2.1.2.4)
5-
classifier (1.3.4)
6-
fast-stemmer (>= 1.0.0)
74
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)
157
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)
2214
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)
3526
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)
3929
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)
4331
safe_yaml (1.0.4)
44-
toml (0.1.2)
45-
parslet (~> 1.5.0)
32+
sass (3.4.22)
4633
yajl-ruby (1.2.1)
4734

4835
PLATFORMS
4936
ruby
5037

5138
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)
5845

5946
BUNDLED WITH
60-
1.10.6
47+
1.13.5

0 commit comments

Comments
 (0)