superlint/dependencies/Gemfile
dependabot[bot] bf5d4ce423
deps(bundler): bump rubocop and standard in /dependencies (#5295)
Bumps [rubocop](https://github.com/rubocop/rubocop) and [standard](https://github.com/standardrb/standard). These dependencies needed to be updated together.

Updates `rubocop` from 1.59.0 to 1.60.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.59.0...v1.60.2)

Updates `standard` from 1.33.0 to 1.34.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.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: standard
  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>
2024-02-19 21:07:33 +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.60.2"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.34.5"
gem "rubocop-performance", "~>1.20.2"
gem "rubocop-rails", "~> 2.23"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.26.1"
gem "standard", "~>1.34"