diff --git a/Gemfile b/Gemfile index 0e88b3c..e5eb722 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development do gem 'rake', '~> 13.1' gem 'redis', '~> 4.8' gem 'rspec', '~> 3.13' - gem 'rubocop', '~> 1.64.0' + gem 'rubocop', '~> 1.64.1' gem 'simplecov', '~> 0.22' gem 'simplecov-lcov', '~> 0.8' gem 'timecop', '~> 0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 7420329..2f0e2ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,8 +26,8 @@ GEM reline (>= 0.3.8) json (2.7.2) language_server-protocol (3.17.0.3) - parallel (1.24.0) - parser (3.3.1.0) + parallel (1.25.1) + parser (3.3.3.0) ast (~> 2.4.1) racc psych (5.1.2) @@ -43,8 +43,8 @@ GEM regexp_parser (2.9.2) reline (0.4.1) io-console (~> 0.5) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.0) + strscan rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -58,7 +58,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.64.0) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -95,7 +95,7 @@ DEPENDENCIES rake (~> 13.1) redis (~> 4.8) rspec (~> 3.13) - rubocop (~> 1.64.0) + rubocop (~> 1.64.1) simplecov (~> 0.22) simplecov-lcov (~> 0.8) stoplight!