Skip to content

Commit

Permalink
[Fix rubocop#7979] Add runtime dependency for did_you_mean
Browse files Browse the repository at this point in the history
  • Loading branch information
geshwho committed May 15, 2020
1 parent d21ff7d commit 79312f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@

### Bug fixes

* [#7979](https://github.com/rubocop-hq/rubocop/issues/7979): Fix uninitialized constant `DidYouMean::SpellChecker`. ([@mtamhankar1][])
* [#7953](https://github.com/rubocop-hq/rubocop/issues/7953): Fix an error for `Lint/AmbiguousOperator` when a method with no arguments is used in advance. ([@koic][])
* [#7962](https://github.com/rubocop-hq/rubocop/issues/7962): Fix a false positive for `Lint/ParenthesesAsGroupedExpression` when heredoc has a space between the same string as the method name and `(`. ([@koic][])
* [#7967](https://github.com/rubocop-hq/rubocop/pull/7967): `Style/SlicingWithRange` cop now supports any expression as its first index. ([@zverok][])
Expand Down Expand Up @@ -4524,3 +4525,4 @@
[@jeffcarbs]: https://github.com/jeffcarbs
[@laurmurclar]: https://github.com/laurmurclar
[@jethrodaniel]: https://github.com/jethrodaniel
[@mtamhankar1]: https://github.com/mtamhankar1
1 change: 1 addition & 0 deletions rubocop.gemspec
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |s|
'bug_tracker_uri' => 'https://github.com/rubocop-hq/rubocop/issues'
}

s.add_runtime_dependency('did_you_mean', '>= 1.2.0')
s.add_runtime_dependency('parallel', '~> 1.10')
s.add_runtime_dependency('parser', '>= 2.7.0.1')
s.add_runtime_dependency('rainbow', '>= 2.2.2', '< 4.0')
Expand Down

0 comments on commit 79312f9

Please sign in to comment.