Skip to content

Commit

Permalink
Support rubocop 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Oct 22, 2020
1 parent 4c30737 commit 9c87435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

- [PR#26](https://github.com/DmitryTsepelev/rubocop-graphql/pull/26) Support rubocop 1.0 ([@DmitryTsepelev][])

## 0.5.0 (2020-10-02)

- [PR#25](https://github.com/DmitryTsepelev/rubocop-graphql/pull/25) Add OrderedFields cop ([@kiskoza][])
Expand Down
2 changes: 1 addition & 1 deletion rubocop-graphql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.9"

spec.add_runtime_dependency "rubocop", "~> 0.87"
spec.add_runtime_dependency "rubocop", ">= 0.87", "< 1.1"
end

0 comments on commit 9c87435

Please sign in to comment.