summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-04-14 09:59:20 +0300
committerGitHub <noreply@github.com>2020-04-14 00:59:20 -0600
commit85de7f6f7825563fc1dd628057ff55783c639460 (patch)
tree4c25b296d5209401d9a52ae87d001fd37a56330c /Gemfile
parentb643b9e31ffdcc219c51ceae5cccabb1632d401a (diff)
Bump Rubocop to 0.81 (PR #1646)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 1c9e36b5..17abd846 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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