superlint/dependencies/Gemfile
ChrisPage-AT 6dca1f678f
Add dependencies for Next (node), React (node), and Standard (ruby) (#4446)
* 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>
2023-08-03 08:05:08 -07: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.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"