diff --git a/Gemfile b/Gemfile index 40269c58..063693d2 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :development do # version to be compatible with current OS versions. gem 'invoker' gem 'listen', '~> 3.1.5' - gem 'rubocop', '~> 0.53.0', require: false + gem 'rubocop', '~> 0.54.0', require: false # Spring speeds up development by keeping your application running in the # background. Read more: https://github.com/rails/spring gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index 0ca7ca30..bc5a4c55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -251,7 +251,7 @@ GEM orm_adapter (>= 0.4.0) sequel (>= 3.18.0) parallel (1.12.1) - parser (2.5.0.2) + parser (2.5.0.4) ast (~> 2.4.0) pg (1.0.0) powerpack (0.1.1) @@ -332,7 +332,7 @@ GEM rspec-mocks (~> 3.7.0) rspec-support (~> 3.7.0) rspec-support (3.7.1) - rubocop (0.53.0) + rubocop (0.54.0) parallel (~> 1.10) parser (>= 2.5) powerpack (~> 0.1) @@ -443,7 +443,7 @@ DEPENDENCIES recaptcha (~> 4.6.4) rspec (~> 3.7.0) rspec-rails (~> 3.7.2) - rubocop (~> 0.53.0) + rubocop (~> 0.54.0) sneakers (= 2.6.0) spring spring-watcher-listen (~> 2.0.0)