Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress a deprecation warning when using Ruby 2.7.0-dev
This PR suppresses the following deprecation warning when using Ruby 2.7.0-dev. ```console % ruby -v ruby 2.7.0dev (2019-12-23T02:48:54Z master 048f797bf0) [x86_64-darwin17] % bundle exec rake (snip) /Users/koic/.rbenv/versions/2.7.0-dev/lib/ruby/gems/2.7.0/gems/rspec-core-3.9.0/lib/rspec/core/shared_example_group.rb:36: warning: The last argument is used as keyword parameters; maybe ** should be added to the call /Users/koic/src/github.com/rubocop-hq/rubocop/spec/rubocop/cop/style/numeric_predicate_spec.rb:12: warning: The called method is defined here ``` https://bugs.ruby-lang.org/issues/14183
- Loading branch information