Skip to content

Commit

Permalink
awesome_print
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Jan 22, 2024
1 parent 0dc47fb commit 2ccaea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swedbank-pay-design-guide-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'kramdown-plantuml', '~> 1', '>= 1.3.2'
spec.add_runtime_dependency 'nokogiri', '~> 1.11'
spec.add_runtime_dependency 'sass', '~> 3', '>= 3.7'
spec.add_runtime_dependency 'awesome_print'

Check notice on line 35 in swedbank-pay-design-guide-jekyll-theme.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] swedbank-pay-design-guide-jekyll-theme.gemspec#L35 <Gemspec/OrderedDependencies>

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `awesome_print` should appear before `sass`.
Raw output
swedbank-pay-design-guide-jekyll-theme.gemspec:35:3: C: Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `awesome_print` should appear before `sass`.

spec.add_development_dependency 'bundler', '~> 2', '>= 2.2'
spec.add_development_dependency 'codecov'
Expand All @@ -45,4 +46,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-performance'
spec.add_development_dependency 'rubocop-rake'
spec.add_development_dependency 'rubocop-rspec'
spec.add_development_dependency 'awesome_print'

Check notice on line 49 in swedbank-pay-design-guide-jekyll-theme.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] swedbank-pay-design-guide-jekyll-theme.gemspec#L49 <Gemspec/OrderedDependencies>

Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `awesome_print` should appear before `rubocop-rspec`.
Raw output
swedbank-pay-design-guide-jekyll-theme.gemspec:49:3: C: Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `awesome_print` should appear before `rubocop-rspec`.
end

0 comments on commit 2ccaea8

Please sign in to comment.