diff --git a/Gemfile b/Gemfile index c431411..cc29f55 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gemspec group :development, :test do gem 'rspec', '~> 3.12.0' gem 'rubocop', '~> 1.48.1' - gem 'rubocop-performance', '~> 1.16.0' + gem 'rubocop-performance', '~> 1.17.1' gem 'rubocop-rspec', '~> 2.19.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 0941e85..a4f4d76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM mini_mime (1.1.2) multi_xml (0.6.0) parallel (1.22.1) - parser (3.2.1.1) + parser (3.2.2.0) ast (~> 2.4.1) public_suffix (5.0.1) rainbow (3.1.1) @@ -52,11 +52,11 @@ GEM rubocop-ast (>= 1.26.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.27.0) + rubocop-ast (1.28.0) parser (>= 3.2.1.0) rubocop-capybara (2.17.1) rubocop (~> 1.41) - rubocop-performance (1.16.0) + rubocop-performance (1.17.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rspec (2.19.0) @@ -87,7 +87,7 @@ DEPENDENCIES regio! rspec (~> 3.12.0) rubocop (~> 1.48.1) - rubocop-performance (~> 1.16.0) + rubocop-performance (~> 1.17.1) rubocop-rspec (~> 2.19.0) simplecov (~> 0.22.0) webmock (~> 3.18.1)