diff --git a/Gemfile b/Gemfile index f4dbe484..38b44272 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,8 @@ source 'https://rubygems.org' gemspec group :development, :test do - gem 'rake', '~> 12.3.3' + gem 'rake', '~> 13.2.1' gem 'pry-byebug' - gem 'rubocop', '~> 0.70' + gem 'rubocop', '~> 1.66.1' + gem 'bundler-audit' end diff --git a/Gemfile.lock b/Gemfile.lock index bda72b28..39738bc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,6 +24,9 @@ GEM base64 (0.2.0) bigdecimal (3.1.8) bindata (2.5.0) + bundler-audit (0.9.2) + bundler (>= 1.2.0, < 3) + thor (~> 1.0) byebug (11.1.3) coderay (1.1.3) concurrent-ruby (1.3.3) @@ -47,14 +50,15 @@ GEM bindata faraday (~> 2.0) faraday-follow_redirects + language_server-protocol (3.17.0.4) logger (1.6.0) method_source (1.1.0) minitest (5.24.1) mutex_m (0.2.0) net-http (0.4.1) uri - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.7.1) ast (~> 2.4.1) racc pry (0.14.2) @@ -65,10 +69,8 @@ GEM pry (>= 0.13, < 0.15) racc (1.8.1) rainbow (3.1.1) - rake (12.3.3) - regexp_parser (2.9.2) - rexml (3.3.4) - strscan + rake (13.2.1) + regexp_parser (2.10.0) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -82,22 +84,23 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (0.93.1) + rubocop (1.66.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) - rexml - rubocop-ast (>= 0.6.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.31.3) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) - strscan (3.1.0) + thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (1.8.0) + unicode-display_width (2.6.0) uri (0.13.0) PLATFORMS @@ -105,10 +108,11 @@ PLATFORMS ruby DEPENDENCIES + bundler-audit pry-byebug - rake (~> 12.3.3) + rake (~> 13.2.1) rspec (~> 3.6, >= 3.6.0) - rubocop (~> 0.70) + rubocop (~> 1.66.1) xero-ruby! BUNDLED WITH