diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-03-17 05:13:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 10:13:28 +0100 |
commit | b22b4bac03182aecdc09e2e6b896ff7ec67d7dd6 (patch) | |
tree | 847f00a2b6faee82d10b3d905cb79adc93c4a564 /Gemfile | |
parent | d75a1e5054bc51d00b2ded834887f0cac23537b4 (diff) |
Include config/ and update all rubcop deps (#23963)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index e5353a08c..b5669582b 100644 --- a/Gemfile +++ b/Gemfile @@ -105,6 +105,8 @@ group :development, :test do gem 'i18n-tasks', '~> 1.0', require: false gem 'rspec-rails', '~> 6.0' gem 'rspec_chunked', '~> 0.6' + + gem 'rubocop-capybara', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false |