Skip to content

Commit 8833982

Browse files
authored
Update dependencies (home-assistant#3245)
* Update dependencies * Remove more things we don't need
1 parent 52a33dd commit 8833982

File tree

4 files changed

+25
-65
lines changed

4 files changed

+25
-65
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.1

Gemfile

-10
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@ source "https://rubygems.org"
33
group :development do
44
gem 'rake', '~> 10.0'
55
gem 'jekyll', '~> 3.0'
6-
gem 'pygments.rb', '~> 1.1.2'
7-
gem 'rdiscount', '~> 2.0'
8-
gem 'RedCloth', '~> 4.2'
9-
gem 'haml', '~> 4.0'
106
gem 'compass', '~> 0.12'
117
gem 'sass-globbing', '~> 1.0'
12-
gem 'rubypants', '~> 0.2'
13-
gem 'rb-fsevent', '~> 0.9'
148
gem 'stringex', '~> 1.4'
15-
gem 'execjs'
16-
gem 'therubyracer', :platforms => :ruby
17-
gem 'coderay'
189
gem 'pry'
1910
end
2011

@@ -24,7 +15,6 @@ group :jekyll_plugins do
2415
gem 'jekyll-sitemap'
2516
gem 'jekyll-time-to-read'
2617
gem 'octopress', '~> 3.0'
27-
gem 'octopress-filters'
2818
gem 'octopress-include-tag'
2919
end
3020

Gemfile.lock

+23-50
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
RedCloth (4.3.2)
5-
addressable (2.4.0)
6-
chunky_png (1.3.6)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
chunky_png (1.3.8)
77
coderay (1.1.1)
88
colorator (1.1.0)
99
compass (0.12.7)
1010
chunky_png (~> 1.2)
1111
fssm (>= 0.2.7)
1212
sass (~> 3.2.19)
13-
execjs (2.7.0)
14-
ffi (1.9.14)
13+
ffi (1.9.18)
1514
forwardable-extended (2.6.0)
1615
fssm (0.2.10)
17-
haml (4.0.7)
18-
tilt
19-
jekyll (3.2.1)
16+
jekyll (3.5.2)
17+
addressable (~> 2.4)
2018
colorator (~> 1.0)
2119
jekyll-sass-converter (~> 1.0)
2220
jekyll-watch (~> 1.1)
2321
kramdown (~> 1.3)
24-
liquid (~> 3.0)
22+
liquid (~> 4.0)
2523
mercenary (~> 0.3.3)
2624
pathutil (~> 0.9)
2725
rouge (~> 1.7)
2826
safe_yaml (~> 1.0)
2927
jekyll-paginate (1.1.0)
30-
jekyll-redirect-from (0.11.0)
31-
jekyll (>= 2.0)
28+
jekyll-redirect-from (0.12.1)
29+
jekyll (~> 3.3)
3230
jekyll-sass-converter (1.3.0)
3331
sass (~> 3.2)
34-
jekyll-sitemap (0.11.0)
35-
addressable (~> 2.4.0)
32+
jekyll-sitemap (1.1.1)
33+
jekyll (~> 3.3)
3634
jekyll-time-to-read (0.1.2)
3735
jekyll
3836
jekyll-watch (1.5.0)
3937
listen (~> 3.0, < 3.1)
40-
kramdown (1.12.0)
41-
libv8 (3.16.14.15)
42-
liquid (3.0.6)
38+
kramdown (1.14.0)
39+
liquid (4.0.0)
4340
listen (3.0.8)
4441
rb-fsevent (~> 0.9, >= 0.9.4)
4542
rb-inotify (~> 0.9, >= 0.9.7)
4643
mercenary (0.3.6)
4744
method_source (0.8.2)
48-
multi_json (1.12.1)
4945
octopress (3.0.11)
5046
jekyll (>= 2.0)
5147
mercenary (~> 0.3.2)
@@ -58,12 +54,7 @@ GEM
5854
colorator
5955
octopress-escape-code (2.1.1)
6056
jekyll (~> 3.0)
61-
octopress-filters (1.4.0)
62-
jekyll
63-
octopress-hooks (~> 2.0)
64-
rubypants-unicode
65-
titlecase
66-
octopress-hooks (2.6.1)
57+
octopress-hooks (2.6.2)
6758
jekyll (>= 2.0)
6859
octopress-include-tag (1.1.3)
6960
jekyll (>= 2.0)
@@ -76,64 +67,46 @@ GEM
7667
coderay (~> 1.1.0)
7768
method_source (~> 0.8.1)
7869
slop (~> 3.4)
79-
pygments.rb (1.1.2)
80-
multi_json (>= 1.0.0)
81-
rack (1.6.4)
70+
public_suffix (3.0.0)
71+
rack (1.6.8)
8272
rack-protection (1.5.3)
8373
rack
8474
rake (10.5.0)
85-
rb-fsevent (0.9.7)
86-
rb-inotify (0.9.7)
87-
ffi (>= 0.5.0)
88-
rdiscount (2.2.0.1)
89-
redcarpet (3.3.4)
90-
ref (2.0.0)
75+
rb-fsevent (0.10.2)
76+
rb-inotify (0.9.10)
77+
ffi (>= 0.5.0, < 2)
78+
redcarpet (3.4.0)
9179
rouge (1.11.1)
92-
rubypants (0.5.0)
93-
rubypants-unicode (0.2.5)
9480
safe_yaml (1.0.4)
9581
sass (3.2.19)
9682
sass-globbing (1.1.5)
9783
sass (>= 3.1)
98-
sinatra (1.4.7)
84+
sinatra (1.4.8)
9985
rack (~> 1.5)
10086
rack-protection (~> 1.4)
10187
tilt (>= 1.3, < 3)
10288
slop (3.6.0)
10389
stringex (1.5.1)
104-
therubyracer (0.12.2)
105-
libv8 (~> 3.16.14.0)
106-
ref
107-
tilt (2.0.5)
90+
tilt (2.0.8)
10891
titlecase (0.1.1)
10992

11093
PLATFORMS
11194
ruby
11295

11396
DEPENDENCIES
114-
RedCloth (~> 4.2)
115-
coderay
11697
compass (~> 0.12)
117-
execjs
118-
haml (~> 4.0)
11998
jekyll (~> 3.0)
12099
jekyll-paginate
121100
jekyll-redirect-from
122101
jekyll-sitemap
123102
jekyll-time-to-read
124103
octopress (~> 3.0)
125-
octopress-filters
126104
octopress-include-tag
127105
pry
128-
pygments.rb (~> 1.1.2)
129106
rake (~> 10.0)
130-
rb-fsevent (~> 0.9)
131-
rdiscount (~> 2.0)
132-
rubypants (~> 0.2)
133107
sass-globbing (~> 1.0)
134108
sinatra (~> 1.4.2)
135109
stringex (~> 1.4)
136-
therubyracer
137110

138111
BUNDLED WITH
139-
1.14.6
112+
1.15.4

_config.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ category_dir: blog/categories
3535
markdown: kramdown
3636
timezone: UTC
3737

38-
# highlighter: coderay
39-
4038
kramdown:
4139
input: GFM
4240
auto_ids: false
@@ -48,10 +46,9 @@ kramdown:
4846

4947
highlighter: rouge
5048

51-
gems:
49+
plugins:
5250
- jekyll-redirect-from
5351
- jekyll-time-to-read
54-
- octopress-filters
5552
- octopress-include-tag
5653

5754
paginate: 10 # Posts per page on the blog index

0 commit comments

Comments
 (0)