Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 316b8e6

Browse files
committed
Update devDependencies and gems
1 parent 8d412bc commit 316b8e6

File tree

4 files changed

+431
-369
lines changed

4 files changed

+431
-369
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.5)
7+
concurrent-ruby (1.1.6)
88
em-websocket (0.5.1)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
@@ -37,7 +37,7 @@ GEM
3737
jekyll-feed (0.13.0)
3838
jekyll (>= 3.7, < 5.0)
3939
jekyll-paginate (1.1.0)
40-
jekyll-sass-converter (2.0.1)
40+
jekyll-sass-converter (2.1.0)
4141
sassc (> 2.0.1, < 3.0)
4242
jekyll-sitemap (1.4.0)
4343
jekyll (>= 3.7, < 5.0)
@@ -53,19 +53,19 @@ GEM
5353
mercenary (0.3.6)
5454
pathutil (0.16.2)
5555
forwardable-extended (~> 2.6)
56-
public_suffix (4.0.3)
56+
public_suffix (4.0.4)
5757
rb-fsevent (0.10.3)
5858
rb-inotify (0.10.1)
5959
ffi (~> 1.0)
60-
rouge (3.15.0)
60+
rouge (3.17.0)
6161
safe_yaml (1.0.5)
6262
sassc (2.2.1)
6363
ffi (~> 1.9)
6464
sassc (2.2.1-x64-mingw32)
6565
ffi (~> 1.9)
6666
terminal-table (1.8.0)
6767
unicode-display_width (~> 1.1, >= 1.1.1)
68-
unicode-display_width (1.6.1)
68+
unicode-display_width (1.7.0)
6969
wdm (0.1.1)
7070

7171
PLATFORMS

Gruntfile.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ module.exports = function(grunt) {
308308

309309
});
310310

311-
var buildTasks = [
311+
grunt.registerTask('build', [
312312
'clean',
313313
'jekyll',
314314
'useminPrepare',
@@ -322,9 +322,7 @@ module.exports = function(grunt) {
322322
'sri_hash',
323323
'doctype',
324324
'htmlmin'
325-
];
326-
327-
grunt.registerTask('build', buildTasks);
325+
]);
328326

329327
grunt.registerTask('test', [
330328
'build',

0 commit comments

Comments
 (0)