mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
6dca1f678f
* update_deps * Revert * Adding "standard" gem to gemfile * Adding "Next" and "React" to package.json * Revert * Missed package.json changes * Resolving conflicts, standard requires rubocop 1.48.1 * update packages Signed-off-by: Zack Koppert <zkoppert@github.com> * Updating the gemfile dependencies * Updating yarn.lock file * Fix react-intl dependency * Fix spacing of Gemfile.lock for linting --------- Signed-off-by: Zack Koppert <zkoppert@github.com> Co-authored-by: Zack Koppert <zkoppert@github.com>
14 lines
388 B
Ruby
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.48.1"
|
|
gem "rubocop-github", "~> 0.20.0"
|
|
gem "rubocop-minitest", "~> 0.30.0"
|
|
gem "rubocop-performance", "~>1.16.0"
|
|
gem "rubocop-rails", "~> 2.19"
|
|
gem "rubocop-rake", "~> 0.6.0"
|
|
gem "rubocop-rspec", "~> 2.19.0"
|
|
gem "standard", "~>1.25"
|