superlint/dependencies/Gemfile
dependabot[bot] efc2f05e9b
deps(bundler): bump standard and rubocop in /dependencies (#5107)
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.32.1 to 1.33.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.32.1...v1.33.0)

Updates `rubocop` from 1.57.2 to 1.59.0
- [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.57.2...v1.59.0)

---
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>
2024-01-15 20:11:10 +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.59.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.34.4"
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.33"