diff --git a/Gemfile.lock b/Gemfile.lock index c61fb72..ce12217 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,6 +250,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) pg (1.5.5) + prism (0.24.0) psych (5.1.2) stringio public_suffix (5.0.4) @@ -318,7 +319,7 @@ GEM railties (>= 5.2) rexml (3.2.6) rouge (4.2.0) - rubocop (1.60.2) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -329,8 +330,9 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.0) + parser (>= 3.3.0.4) + prism (>= 0.24.0) rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1)