diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-04-14 09:59:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 00:59:20 -0600 |
| commit | 85de7f6f7825563fc1dd628057ff55783c639460 (patch) | |
| tree | 4c25b296d5209401d9a52ae87d001fd37a56330c /Gemfile | |
| parent | b643b9e31ffdcc219c51ceae5cccabb1632d401a (diff) | |
Bump Rubocop to 0.81 (PR #1646)
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ end group :lint do unless Gem.win_platform? && RUBY_ENGINE == 'ruby' && (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.4.0') - gem 'rubocop', '~> 0.78.0', require: false - gem 'rubocop-rspec', '~> 1.37.0', require: false + gem 'rubocop', '~> 0.81.0', require: false + gem 'rubocop-rspec', '~> 1.38.0', require: false end end |
