Skip to content

Commit 2006dd6

Browse files
committed
Update devDependencies and gems and switch to npm-run-all2
It's better maintained.
1 parent 0ef1dfb commit 2006dd6

5 files changed

Lines changed: 839 additions & 707 deletions

File tree

.stylelintrc renamed to .stylelintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"extends": [
33
"stylelint-config-twbs-bootstrap"
44
],
5+
"reportInvalidScopeDisables": true,
6+
"reportNeedlessDisables": true,
57
"rules": {
68
"no-duplicate-selectors": true,
79
"property-no-vendor-prefix": null,

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.4)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.2.2)
@@ -12,9 +12,9 @@ GEM
1212
eventmachine (1.2.7-x64-mingw32)
1313
ffi (1.15.5)
1414
forwardable-extended (2.6.0)
15-
google-protobuf (3.22.2)
15+
google-protobuf (3.23.1)
1616
http_parser.rb (0.8.0)
17-
i18n (1.12.0)
17+
i18n (1.13.0)
1818
concurrent-ruby (~> 1.0)
1919
jekyll (4.3.2)
2020
addressable (~> 2.4)
@@ -57,14 +57,14 @@ GEM
5757
rb-inotify (0.10.1)
5858
ffi (~> 1.0)
5959
rexml (3.2.5)
60-
rouge (4.1.0)
60+
rouge (4.1.1)
6161
safe_yaml (1.0.5)
62-
sass-embedded (1.60.0)
62+
sass-embedded (1.62.1)
6363
google-protobuf (~> 3.21)
6464
rake (>= 10.0.0)
65-
sass-embedded (1.60.0-x64-mingw-ucrt)
65+
sass-embedded (1.62.1-x64-mingw-ucrt)
6666
google-protobuf (~> 3.21)
67-
sass-embedded (1.60.0-x64-mingw32)
67+
sass-embedded (1.62.1-x64-mingw32)
6868
google-protobuf (~> 3.21)
6969
terminal-table (3.0.2)
7070
unicode-display_width (>= 1.1.1, < 3)
@@ -84,4 +84,4 @@ DEPENDENCIES
8484
wdm (~> 0.1.1)
8585

8686
BUNDLED WITH
87-
2.4.9
87+
2.4.13

docs/_sass/_syntax.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// stylelint-disable declaration-block-single-line-max-declarations
2+
13
.hll { background-color: #ffc; }
24
.c { color: #727272; }
35
.k { color: #069; }

0 commit comments

Comments
 (0)