superlint/dependencies/Gemfile
dependabot[bot] 6776692011
deps(bundler): bump standard from 1.42.0 to 1.42.1 in /dependencies (#6383)
Bumps [standard](https://github.com/standardrb/standard) from 1.42.0 to 1.42.1.
- [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.42.0...v1.42.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 11:24:57 +00:00

17 lines
495 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.68.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.36.0"
gem "rubocop-performance", "~>1.22.1"
gem "rubocop-rails", "~> 2.27"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 3.2.0"
gem "standard", "~>1.42"
gem "rubocop-capybara", "~> 2.21"
gem "rubocop-factory_bot", "~> 2.26"
gem "rubocop-rspec_rails", "~> 2.30"