mirror of
https://github.com/super-linter/super-linter.git
synced 2025-03-12 17:29:38 -04:00
Some checks are pending
Publish Images / Build and Test (push) Waiting to run
Publish Images / Release (push) Blocked by required conditions
Build and Test / Set build metadata (push) Waiting to run
Build and Test / Build and Test (push) Blocked by required conditions
Build and Test / Test the Super-linter GitHub Action (push) Blocked by required conditions
Build and Test / Build test suite matrix (push) Waiting to run
Build and Test / Run test cases (push) Blocked by required conditions
Build and Test / Check if all the tests passed (push) Blocked by required conditions
Build and Test / preview-release-notes (push) Waiting to run
Lint commit / commitlint (push) Waiting to run
Bumps the rubocop group in /dependencies with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-github](https://github.com/github/rubocop-github). Updates `rubocop` from 1.68.0 to 1.71.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.68.0...v1.71.2) Updates `rubocop-github` from 0.20.0 to 0.22.0 - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/rubocop-github/compare/v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-github dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
495 B
Ruby
17 lines
495 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "rubocop", "~> 1.71.2"
|
|
gem "rubocop-github", "~> 0.22.0"
|
|
gem "rubocop-minitest", "~> 0.37.0"
|
|
gem "rubocop-performance", "~>1.23.1"
|
|
gem "rubocop-rails", "~> 2.29"
|
|
gem "rubocop-rake", "~> 0.6.0"
|
|
gem "rubocop-rspec", "~> 3.4.0"
|
|
gem "standard", "~>1.42"
|
|
gem "rubocop-capybara", "~> 2.21"
|
|
gem "rubocop-factory_bot", "~> 2.26"
|
|
gem "rubocop-rspec_rails", "~> 2.30"
|