aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2019-12-20 10:02:20 +0100
committerHans de Graaff <graaff@gentoo.org>2019-12-20 10:08:37 +0100
commit4aed19f39ccb9a23d585714f5218e641e0afc5ba (patch)
tree93e5ac90586efec7858ca878c0cf813dbb1f057e /Gemfile
parentRemove unused base_settings variable (diff)
downloadpackages-5-4aed19f39ccb9a23d585714f5218e641e0afc5ba.tar.gz
packages-5-4aed19f39ccb9a23d585714f5218e641e0afc5ba.tar.bz2
packages-5-4aed19f39ccb9a23d585714f5218e641e0afc5ba.zip
Update to latest rubocop versions
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d2beb64..b7aded6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -61,9 +61,9 @@ group :development do
# Rubocop modules to help with consistent style and to avoid common
# issues.
- gem 'rubocop', '0.73.0'
- gem 'rubocop-performance', '1.4.0'
- gem 'rubocop-rails', '2.2.1'
+ gem 'rubocop', '0.77.0'
+ gem 'rubocop-performance', '1.5.1'
+ gem 'rubocop-rails', '2.4.0'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'