diff --git a/Gemfile.lock b/Gemfile.lock index 5b4af36..3dd1bca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.2) - json (2.19.3) + json (2.19.5) jsonpath (1.1.5) multi_json language_server-protocol (3.17.0.5) @@ -126,7 +126,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) ostruct (0.6.3) - parallel (1.27.0) + parallel (2.1.0) parser (3.3.11.1) ast (~> 2.4.1) racc @@ -144,7 +144,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) rexml (3.4.2) @@ -161,11 +161,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.0) + rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -230,8 +230,8 @@ DEPENDENCIES cob_web_index! guard (~> 2.20) guard-rspec (~> 4.7) - pry (~> 0.15) - pry-byebug (~> 3.10) + pry (~> 0.15, >= 0) + pry-byebug (~> 3.10, >= 0) rake (~> 13.0) rspec (~> 3.0) rubocop (~> 1.5)