.circleci/config.yml in instana-1.214.0 vs .circleci/config.yml in instana-1.214.1

- old
+ new

@@ -181,10 +181,13 @@ DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test" - image: postgres environment: POSTGRES_PASSWORD: 'test' POSTGRES_DB: 'ci_test' + ruby_33_lint: + docker: + - image: cimg/ruby:3.3-node commands: setup: steps: - run: name: Install iproute2 @@ -312,13 +315,18 @@ steps: - checkout - setup - run_tests lint: - executor: ruby_30 + executor: ruby_33_lint + environment: + BUNDLE_GEMFILE: "./gemfiles/rubocop_162.gemfile" steps: - checkout - - setup + - run: + name: Install Dependencies + command: | + bundle check || bundle install - run_rubocop report_coverage: executor: ruby_32 steps: - checkout