superlint/dependencies/Gemfile

15 lines
388 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
2020-07-16 10:56:27 -04:00
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
Bump rubocop-performance, rubocop and standard in /dependencies (#4569) Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance), [rubocop](https://github.com/rubocop/rubocop) and [standard](https://github.com/standardrb/standard). These dependencies needed to be updated together. Updates `rubocop-performance` from 1.16.0 to 1.19.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.16.0...v1.19.0) Updates `rubocop` from 1.48.1 to 1.56.1 - [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.48.1...v1.56.1) Updates `standard` from 1.26.0 to 1.31.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.26.0...v1.31.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor - 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>
2023-08-25 14:51:14 -04:00
gem "rubocop", "~> 1.56.1"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.31.0"
Bump rubocop-performance, rubocop and standard in /dependencies (#4569) Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance), [rubocop](https://github.com/rubocop/rubocop) and [standard](https://github.com/standardrb/standard). These dependencies needed to be updated together. Updates `rubocop-performance` from 1.16.0 to 1.19.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.16.0...v1.19.0) Updates `rubocop` from 1.48.1 to 1.56.1 - [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.48.1...v1.56.1) Updates `standard` from 1.26.0 to 1.31.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.26.0...v1.31.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor - 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>
2023-08-25 14:51:14 -04:00
gem "rubocop-performance", "~>1.19.0"
gem "rubocop-rails", "~> 2.20"
gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.24.0"
Bump rubocop-performance, rubocop and standard in /dependencies (#4569) Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance), [rubocop](https://github.com/rubocop/rubocop) and [standard](https://github.com/standardrb/standard). These dependencies needed to be updated together. Updates `rubocop-performance` from 1.16.0 to 1.19.0 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.16.0...v1.19.0) Updates `rubocop` from 1.48.1 to 1.56.1 - [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.48.1...v1.56.1) Updates `standard` from 1.26.0 to 1.31.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.26.0...v1.31.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor - 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>
2023-08-25 14:51:14 -04:00
gem "standard", "~>1.31"