superlint/dependencies/Gemfile
dependabot[bot] f13a6f98c5
Bump standard and rubocop in /dependencies (#4862)
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>
2023-11-15 05:57:30 +00:00

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"