Skip to content

Commit

Permalink
(IAC-858) add reasoning for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Jun 16, 2020
1 parent bb46a00 commit d248eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ dependencies:
reason: 'part of the default toolset install'
- gem: rubocop
version: '~> 0.49.0'
reason: 'part of the default toolset install'
reason: 'part of the default toolset install; pinned to this specific version as this is what the pdk-templates are using'
- gem: rubocop-i18n
version: '~> 1.2.0'
reason: 'part of the default toolset install'
reason: 'part of the default toolset install; pinned to this specific version as this is what the pdk-templates are using'
- gem: rubocop-rspec
version: '~> 1.16.0'
reason: 'part of the default toolset install'
reason: 'part of the default toolset install; pinned to this specific version as this is what the pdk-templates are using'
- gem: rspec_junit_formatter
version: '~> 0.2'
- gem: serverspec
Expand Down

0 comments on commit d248eec

Please sign in to comment.