diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index b41c7b904e..6a5f159dfa 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -39,6 +39,8 @@ jobs: rubocop_version: gemfile rubocop_extensions: standard:gemfile reporter: github-pr-review + skip_install: true + use_bundler: true - name: alex uses: reviewdog/action-alex@v1 with: diff --git a/Gemfile.lock b/Gemfile.lock index bb8ecc653f..f931532700 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,21 +8,21 @@ GEM json (2.7.2) language_server-protocol (3.17.0.3) lint_roller (1.1.0) - parallel (1.24.0) - parser (3.3.0.5) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc - racc (1.7.3) + racc (1.8.1) rainbow (3.1.1) - regexp_parser (2.9.0) - rexml (3.2.6) + regexp_parser (2.9.2) + rexml (3.3.7) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-file_fixtures (0.1.9) @@ -30,44 +30,45 @@ GEM rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) - rubocop-performance (1.20.2) + rubocop-ast (1.32.2) + parser (>= 3.3.1.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) semi_semantic (1.2.0) - standard (1.35.1) + standard (1.40.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.62.0) + rubocop (~> 1.65.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.3) + standard-performance (~> 1.4) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.3.1) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) + rubocop-performance (~> 1.21.0) unicode-display_width (2.5.0) PLATFORMS ruby + x86_64-linux DEPENDENCIES bosh-template @@ -77,4 +78,4 @@ DEPENDENCIES standard BUNDLED WITH - 2.1.4 + 2.5.11 diff --git a/spec/jobs/golangapiserver/apiserver_spec.rb b/spec/jobs/golangapiserver/apiserver_spec.rb index b2729796c5..adeed8de4a 100644 --- a/spec/jobs/golangapiserver/apiserver_spec.rb +++ b/spec/jobs/golangapiserver/apiserver_spec.rb @@ -14,7 +14,6 @@ let(:rendered_template) { YAML.safe_load(template.render(properties)) } context "handles broker credentials" do - it "writes service_broker_usernames" do properties["autoscaler"]["apiserver"]["broker"]["broker_credentials"] = [ {"broker_username" => "fake_b_user_1",