diff --git a/Gemfile b/Gemfile index 3a9a591..6134209 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ gem 'faraday', '~> 2.7' gem 'webmock' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' -gem 'rubocop', '~> 1.35' +gem 'rubocop', '~> 1.55' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 6b74277..cf84301 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,16 +28,19 @@ GEM hashdiff (1.0.1) i18n (1.11.0) concurrent-ruby (~> 1.0) - json (2.6.2) + json (2.6.3) + language_server-protocol (3.17.0.3) minitest (5.16.2) - parallel (1.22.1) - parser (3.1.2.1) + parallel (1.23.0) + parser (3.2.2.3) ast (~> 2.4.1) + racc public_suffix (4.0.7) + racc (1.7.1) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.5.0) - rexml (3.2.5) + regexp_parser (2.8.1) + rexml (3.2.6) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -51,25 +54,26 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - rubocop (1.35.1) + rubocop (1.55.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.20.1, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.29.0) + parser (>= 3.2.1.0) rubocop-rspec (2.12.1) rubocop (~> 1.31) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.2.0) + unicode-display_width (2.4.2) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -86,7 +90,7 @@ DEPENDENCIES faraday (~> 2.7) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.35) + rubocop (~> 1.55) rubocop-rspec thingsboard-ruby! webmock