Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 31 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ PATH
specs:
boost-styles (0.1.0)
haml_lint (~> 0.33)
rubocop (~> 0.74)
rubocop-performance (~> 1.4.1)
rubocop-rspec (~> 1.35)
rubocop (~> 0.76)
rubocop-performance (~> 1.5)
rubocop-rspec (~> 1.36)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -55,24 +55,23 @@ GEM
ast (2.4.0)
builder (3.2.3)
concurrent-ruby (1.1.5)
crass (1.0.4)
crass (1.0.5)
diff-lcs (1.3)
erubi (1.8.0)
erubi (1.9.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (5.1.2)
temple (>= 0.8.0)
tilt
haml_lint (0.33.0)
haml_lint (0.34.0)
haml (>= 4.0, < 5.2)
rainbow
rake (>= 10, < 13)
rubocop (>= 0.50.0)
sysexits (~> 1.1)
i18n (1.6.0)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3)
loofah (2.2.3)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -83,12 +82,12 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
nio4r (2.5.1)
minitest (5.12.2)
nio4r (2.5.2)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
parallel (1.17.0)
parser (2.6.4.1)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
rack (2.0.7)
rack-test (1.1.0)
Expand All @@ -109,8 +108,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.2.3)
actionpack (= 5.2.3)
activesupport (= 5.2.3)
Expand All @@ -119,32 +118,32 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubocop (0.74.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1)
rubocop-performance (1.5.0)
rubocop (>= 0.71.0)
rubocop-rspec (1.35.0)
rubocop (>= 0.60.0)
rubocop-rspec (1.36.0)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
sprockets (3.7.2)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand All @@ -155,7 +154,7 @@ GEM
temple (0.8.2)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
tilt (2.0.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
Expand Down
6 changes: 3 additions & 3 deletions boost-styles.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'

spec.add_dependency 'haml_lint', '~> 0.33'
spec.add_dependency 'rubocop', '~> 0.74'
spec.add_dependency 'rubocop-performance', '~> 1.4.1'
spec.add_dependency 'rubocop-rspec', '~> 1.35'
spec.add_dependency 'rubocop', '~> 0.76'
spec.add_dependency 'rubocop-performance', '~> 1.5'
spec.add_dependency 'rubocop-rspec', '~> 1.36'
end
3 changes: 2 additions & 1 deletion rubocop_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ AllCops:
- '**/vendor/**/*'
- 'actionpack/lib/action_dispatch/journey/parser.rb'
- 'railties/test/fixtures/tmp/**/*'
- 'node_modules/**/*'
- 'node_modules/**/*'
- 'bin/**/*'
2 changes: 1 addition & 1 deletion rubocop_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Lint/UnifiedInteger:
Enabled: true

# This cop checks for unneeded usages of splat expansion
Lint/UnneededSplatExpansion:
Lint/RedundantSplatExpansion:
Enabled: false

# Unreachable code.
Expand Down
2 changes: 1 addition & 1 deletion rubocop_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Style/Documentation:
Enabled: false

# Use quotes for string literals when they are enough.
Style/UnneededPercentQ:
Style/RedundantPercentQ:
Enabled: true

# Check quotes usage according to lint rule below.
Expand Down