mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
f13a6f98c5
Bumps [standard](https://github.com/standardrb/standard) and [rubocop](https://github.com/rubocop/rubocop). These dependencies needed to be updated together. Updates `standard` from 1.31.2 to 1.32.0 - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.31.2...v1.32.0) Updates `rubocop` from 1.56.4 to 1.57.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.56.4...v1.57.2) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
388 B
Ruby
14 lines
388 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "rubocop", "~> 1.57.2"
|
|
gem "rubocop-github", "~> 0.20.0"
|
|
gem "rubocop-minitest", "~> 0.33.0"
|
|
gem "rubocop-performance", "~>1.19.1"
|
|
gem "rubocop-rails", "~> 2.22"
|
|
gem "rubocop-rake", "~> 0.6.0"
|
|
gem "rubocop-rspec", "~> 2.25.0"
|
|
gem "standard", "~>1.32"
|