Skip to content

Commit 4e55b0f

Browse files
authored
Add rubocop-capybara to beta (#372)
1 parent f7f7b24 commit 4e55b0f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "activesupport", require: false
66
gem "parser"
77
gem "pry", require: false
88
gem "rubocop", "1.62.1", require: false
9+
gem "rubocop-capybara", require: false
910
gem "rubocop-graphql", require: false
1011
gem "rubocop-i18n", require: false
1112
gem "rubocop-minitest", require: false

Gemfile.lock

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ DEPENDENCIES
116116
rake
117117
rspec
118118
rubocop (= 1.62.1)
119+
rubocop-capybara
119120
rubocop-graphql
120121
rubocop-i18n
121122
rubocop-minitest

0 commit comments

Comments
 (0)