diff --git a/Gemfile b/Gemfile index 7f4e57a..e99976b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'dotenv', '~> 2.8.0' gem 'twitter', '~> 7.0.0' group :development do - gem 'rubocop', '~> 1.56.0' + gem 'rubocop', '~> 1.58.0' gem 'rubocop-rspec', '~> 2.23.0' end diff --git a/Gemfile.lock b/Gemfile.lock index ebdfac1..6a2ba70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,6 @@ GEM addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - base64 (0.1.1) buftok (0.2.0) crack (0.4.5) rexml @@ -30,21 +29,21 @@ GEM http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) http_parser.rb (0.6.0) - json (2.6.3) + json (2.7.0) language_server-protocol (3.17.0.3) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) multipart-post (2.1.1) naught (1.1.0) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc public_suffix (4.0.7) - racc (1.7.1) + racc (1.7.3) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -59,19 +58,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.3) - base64 (~> 0.1.1) + rubocop (1.58.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-capybara (2.18.0) rubocop (~> 1.41) @@ -107,7 +105,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) webmock (3.19.1) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -119,7 +117,7 @@ PLATFORMS DEPENDENCIES dotenv (~> 2.8.0) rspec (~> 3.12.0) - rubocop (~> 1.56.0) + rubocop (~> 1.58.0) rubocop-rspec (~> 2.23.0) simplecov-cobertura (~> 2.1.0) twitter (~> 7.0.0)