diff --git a/Gemfile b/Gemfile index 9d9967d..168a349 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :development, :test do gem "rspec", "~> 3.0" gem "rspec-its", "~>1.3" - gem "standard", "~> 1.31.2" + gem "standard", "~> 1.32.0" gem "pry", "~> 0.14" gem "webmock", "~> 3" gem "vcr", "~> 6" diff --git a/Gemfile.lock b/Gemfile.lock index 957b480..54cb9cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - base64 (0.1.1) + base64 (0.2.0) bundle-audit (0.1.0) bundler-audit bundler-audit (0.9.1) @@ -96,7 +96,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.3) - racc (1.7.1) + racc (1.7.3) rainbow (3.1.1) regexp_parser (2.8.2) rexml (3.2.6) @@ -116,29 +116,28 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.57.2) 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) rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - standard (1.31.2) + standard (1.32.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.4) + rubocop (~> 1.57.2) standard-custom (~> 1.0.0) standard-performance (~> 1.2) standard-custom (1.0.2) @@ -170,7 +169,7 @@ DEPENDENCIES pry (~> 0.14) rspec (~> 3.0) rspec-its (~> 1.3) - standard (~> 1.31.2) + standard (~> 1.32.0) vcr (~> 6) webmock (~> 3)