Update haml_lint to 0.24.0

This commit is contained in:
Agrim Mittal 2017-03-30 20:00:08 +05:30
parent 84ee5cd86b
commit 1d5c3d6345
2 changed files with 18 additions and 19 deletions

View file

@ -198,7 +198,7 @@ group :development do
# to launch specs when files are modified # to launch specs when files are modified
gem 'guard-rspec', '~> 4.2.8' gem 'guard-rspec', '~> 4.2.8'
gem 'spring-commands-rspec' gem 'spring-commands-rspec'
gem 'haml_lint' gem 'haml_lint', '~> 0.24.0'
# for static code analisys # for static code analisys
gem 'rubocop', require: false gem 'rubocop', require: false
# as database # as database

View file

@ -58,7 +58,7 @@ GEM
user_agent_parser user_agent_parser
uuidtools uuidtools
arel (6.0.3) arel (6.0.3)
ast (2.2.0) ast (2.3.0)
autoprefixer-rails (5.1.9) autoprefixer-rails (5.1.9)
execjs execjs
json json
@ -202,17 +202,18 @@ GEM
guard-rspec (4.2.8) guard-rspec (4.2.8)
guard (~> 2.1) guard (~> 2.1)
rspec (>= 2.14, < 4.0) rspec (>= 2.14, < 4.0)
haml (4.0.5) haml (4.0.7)
tilt tilt
haml-rails (0.5.3) haml-rails (0.5.3)
actionpack (>= 4.0.1) actionpack (>= 4.0.1)
activesupport (>= 4.0.1) activesupport (>= 4.0.1)
haml (>= 3.1, < 5.0) haml (>= 3.1, < 5.0)
railties (>= 4.0.1) railties (>= 4.0.1)
haml_lint (0.19.0) haml_lint (0.24.0)
haml (~> 4.0) haml (>= 4.0, < 5.1)
rainbow
rake (>= 10, < 13) rake (>= 10, < 13)
rubocop (>= 0.36.0) rubocop (>= 0.47.0)
sysexits (~> 1.1) sysexits (~> 1.1)
hashie (2.1.1) hashie (2.1.1)
hike (1.2.3) hike (1.2.3)
@ -285,9 +286,8 @@ GEM
mysql2 (0.4.2) mysql2 (0.4.2)
netrc (0.11.0) netrc (0.11.0)
nio4r (1.2.1) nio4r (1.2.1)
nokogiri (1.7.1) nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0) mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
oauth2 (0.9.4) oauth2 (0.9.4)
faraday (>= 0.8, < 0.10) faraday (>= 0.8, < 0.10)
jwt (~> 1.0) jwt (~> 1.0)
@ -319,7 +319,7 @@ GEM
activerecord (>= 3.0, < 6.0) activerecord (>= 3.0, < 6.0)
activesupport (>= 3.0, < 6.0) activesupport (>= 3.0, < 6.0)
request_store (~> 1.1) request_store (~> 1.1)
parser (2.3.0.3) parser (2.4.0.0)
ast (~> 2.2) ast (~> 2.2)
pdf-core (0.2.5) pdf-core (0.2.5)
phantomjs (2.1.1.0) phantomjs (2.1.1.0)
@ -327,7 +327,6 @@ GEM
actionpack actionpack
activesupport activesupport
rails (>= 3.0.0) rails (>= 3.0.0)
pkg-config (1.1.7)
poltergeist (1.9.0) poltergeist (1.9.0)
capybara (~> 2.1) capybara (~> 2.1)
cliver (~> 0.3.1) cliver (~> 0.3.1)
@ -401,8 +400,8 @@ GEM
activesupport (= 4.2.7.1) activesupport (= 4.2.7.1)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rainbow (2.1.0) rainbow (2.2.1)
rake (10.5.0) rake (12.0.0)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
rb-inotify (0.9.4) rb-inotify (0.9.4)
ffi (>= 0.5.0) ffi (>= 0.5.0)
@ -447,15 +446,15 @@ GEM
rspec-mocks (~> 3.0.0) rspec-mocks (~> 3.0.0)
rspec-support (~> 3.0.0) rspec-support (~> 3.0.0)
rspec-support (3.0.2) rspec-support (3.0.2)
rubocop (0.37.0) rubocop (0.48.0)
parser (>= 2.3.0.2, < 3.0) parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1) powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0) rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (~> 0.3) unicode-display_width (~> 1.0, >= 1.0.1)
ruby-oembed (0.8.14) ruby-oembed (0.8.14)
ruby-openid (2.5.0) ruby-openid (2.5.0)
ruby-progressbar (1.7.5) ruby-progressbar (1.8.1)
rubyzip (1.2.1) rubyzip (1.2.1)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.2.19) sass (3.2.19)
@ -514,7 +513,7 @@ GEM
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.7.2) unf_ext (0.0.7.2)
unicode-display_width (0.3.1) unicode-display_width (1.1.3)
unicode_utils (1.4.0) unicode_utils (1.4.0)
unobtrusive_flash (3.1.0) unobtrusive_flash (3.1.0)
railties railties
@ -580,7 +579,7 @@ DEPENDENCIES
gravtastic gravtastic
guard-rspec (~> 4.2.8) guard-rspec (~> 4.2.8)
haml-rails haml-rails
haml_lint haml_lint (~> 0.24.0)
hoptoad_notifier (~> 2.3) hoptoad_notifier (~> 2.3)
iso-639 iso-639
jquery-datatables-rails (~> 2.2.1) jquery-datatables-rails (~> 2.2.1)
@ -644,4 +643,4 @@ DEPENDENCIES
whenever whenever
BUNDLED WITH BUNDLED WITH
1.14.3 1.14.5