Bump haml_lint
This commit is contained in:
parent
dc83503868
commit
2e5224c50d
2 changed files with 16 additions and 14 deletions
2
Gemfile
2
Gemfile
|
|
@ -199,7 +199,7 @@ end
|
|||
|
||||
group :development do
|
||||
# Linters
|
||||
gem "haml_lint", "0.46.0", require: false
|
||||
gem "haml_lint", "0.58.0", require: false
|
||||
gem "pronto", "0.11.1", require: false
|
||||
gem "pronto-eslint", "0.11.1", require: false
|
||||
gem "pronto-haml", "0.11.1", require: false
|
||||
|
|
|
|||
28
Gemfile.lock
28
Gemfile.lock
|
|
@ -308,12 +308,12 @@ GEM
|
|||
i18n (>= 0.7)
|
||||
multi_json
|
||||
request_store (>= 1.0)
|
||||
haml (6.1.1)
|
||||
haml (6.3.0)
|
||||
temple (>= 0.8.2)
|
||||
thor
|
||||
tilt
|
||||
haml_lint (0.46.0)
|
||||
haml (>= 4.0, < 6.2)
|
||||
haml_lint (0.58.0)
|
||||
haml (>= 5.0)
|
||||
parallel (~> 1.10)
|
||||
rainbow
|
||||
rubocop (>= 1.0)
|
||||
|
|
@ -495,8 +495,8 @@ GEM
|
|||
validate_url
|
||||
webfinger (~> 2.0)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.23.0)
|
||||
parser (3.2.2.3)
|
||||
parallel (1.24.0)
|
||||
parser (3.3.2.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.6)
|
||||
|
|
@ -601,13 +601,14 @@ GEM
|
|||
ffi (~> 1.0)
|
||||
redcarpet (3.6.0)
|
||||
redis (4.8.1)
|
||||
regexp_parser (2.8.1)
|
||||
regexp_parser (2.9.2)
|
||||
request_store (1.5.1)
|
||||
rack (>= 1.4)
|
||||
responders (3.1.1)
|
||||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rexml (3.2.5)
|
||||
rexml (3.2.8)
|
||||
strscan (>= 3.0.9)
|
||||
rotp (6.2.2)
|
||||
rqrcode (2.2.0)
|
||||
chunky_png (~> 1.0)
|
||||
|
|
@ -642,8 +643,8 @@ GEM
|
|||
rubocop-ast (>= 1.28.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.29.0)
|
||||
parser (>= 3.2.1.0)
|
||||
rubocop-ast (1.31.3)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-rails (2.20.2)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
|
|
@ -707,6 +708,7 @@ GEM
|
|||
ssrf_filter (1.1.2)
|
||||
state_machines (0.5.0)
|
||||
string-direction (1.2.2)
|
||||
strscan (3.1.0)
|
||||
swd (2.0.3)
|
||||
activesupport (>= 3)
|
||||
attr_required (>= 0.0.5)
|
||||
|
|
@ -716,14 +718,14 @@ GEM
|
|||
ffi (~> 1.1)
|
||||
sysexits (1.2.0)
|
||||
systemu (2.6.5)
|
||||
temple (0.10.2)
|
||||
temple (0.10.3)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
terser (1.2.2)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
thor (1.3.1)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.2.0)
|
||||
tilt (2.3.0)
|
||||
timecop (0.9.6)
|
||||
timeout (0.4.1)
|
||||
timers (4.3.5)
|
||||
|
|
@ -752,7 +754,7 @@ GEM
|
|||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.9.1)
|
||||
unicode-display_width (2.4.2)
|
||||
unicode-display_width (2.5.0)
|
||||
uri (0.13.0)
|
||||
uuid (2.3.9)
|
||||
macaddr (~> 1.0)
|
||||
|
|
@ -825,7 +827,7 @@ DEPENDENCIES
|
|||
fog-aws (= 3.22.0)
|
||||
fuubar (= 2.5.1)
|
||||
gon (= 6.4.0)
|
||||
haml_lint (= 0.46.0)
|
||||
haml_lint (= 0.58.0)
|
||||
hamlit (= 3.0.3)
|
||||
handlebars_assets (= 0.23.9)
|
||||
http_accept_language (= 2.1.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue