superlint/dependencies/Gemfile
dependabot[bot] fe7ba24796 Bump rubocop-minitest from 0.25.0 to 0.25.1 in /dependencies
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.25.0...v0.25.1)

---
updated-dependencies:
- dependency-name: rubocop-minitest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 17:44:14 -05:00

13 lines
363 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.41.0"
gem "rubocop-github", "~> 0.18.0"
gem "rubocop-minitest", "~> 0.25.1"
gem "rubocop-performance", "~>1.15.1"
gem "rubocop-rails", "~> 2.17"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.16.0"