diff --git a/Gemfile b/Gemfile index c3baf96..9ec44be 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development, :test do gem 'pry-byebug', '~> 3.6' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' - gem 'rubocop', '~> 1.56' + gem 'rubocop', '~> 1.57' gem 'rubocop-rspec', '~> 2.23' gem 'timecop', '~> 0.9' gem 'vcr', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index c559de4..dd2d2ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM openstack (3.3.21) json parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pry (0.14.2) @@ -146,7 +146,7 @@ GEM redis-client (>= 0.9.0) redis-client (0.15.0) connection_pool - regexp_parser (2.8.1) + regexp_parser (2.8.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -167,12 +167,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.0) + rubocop (1.57.1) base64 (~> 0.1.1) 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) @@ -219,7 +219,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) unicode-types (1.8.0) uuid (2.3.9) macaddr (~> 1.0) @@ -241,7 +241,7 @@ DEPENDENCIES pushmi_pullyu! rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.56) + rubocop (~> 1.57) rubocop-rspec (~> 2.23) timecop (~> 0.9) vcr (~> 5.0)