Skip to content

Commit

Permalink
Update rubocop-graphql requirement from ~> 1.4.0 to >= 1.4, < 1.6
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop-graphql](https://github.com/DmitryTsepelev/rubocop-graphql) to permit the latest version.
- [Changelog](https://github.com/DmitryTsepelev/rubocop-graphql/blob/master/CHANGELOG.md)
- [Commits](DmitryTsepelev/rubocop-graphql@v1.4.0...v1.5.3)

---
updated-dependencies:
- dependency-name: rubocop-graphql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 71cf8bf commit bcad0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman-rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'rubocop', '~> 1.64.0'
spec.add_dependency 'rubocop-checkstyle_formatter', '~> 0.6.0'
spec.add_dependency 'rubocop-graphql', '~> 1.4.0'
spec.add_dependency 'rubocop-graphql', '>= 1.4', '< 1.6'
spec.add_dependency 'rubocop-minitest', '~> 0.33.0'
spec.add_dependency 'rubocop-performance', '~> 1.19.0'
spec.add_dependency 'rubocop-rails', '~> 2.22.0'
Expand Down

0 comments on commit bcad0ce

Please sign in to comment.