.gitlab-ci.yml in gitlab-dangerfiles-4.3.2 vs .gitlab-ci.yml in gitlab-dangerfiles-4.4.0

- old
+ new

@@ -31,11 +31,9 @@ test:rspec: extends: .default stage: test script: - bundle exec rspec - # On MRs, ensure that danger works without development dependencies - - '[ -z "$CI_MERGE_REQUEST_IID" ] || BUNDLE_ONLY=default bundle exec danger dry_run' parallel: matrix: - RUBY_VERSION: ['3.0', '3.1', '3.2'] test:rubocop: