Skip to content

Commit

Permalink
#160 rubocop-spec up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 4, 2023
1 parent ff57620 commit 606952f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'redcarpet', '3.6.0'
gem 'rerun', '0.14.0', require: false
gem 'rspec-rails', '3.9.1', require: false
gem 'rubocop', '1.56.2', require: false
gem 'rubocop-rspec', '2.20.0', require: false
gem 'rubocop-rspec', '2.23.2', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'simplecov', '0.22.0', require: false
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,12 @@ GEM
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-rspec (2.20.0)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-rspec (2.23.2)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sass (3.7.4)
Expand Down Expand Up @@ -299,7 +302,7 @@ DEPENDENCIES
rerun (= 0.14.0)
rspec-rails (= 3.9.1)
rubocop (= 1.56.2)
rubocop-rspec (= 2.20.0)
rubocop-rspec (= 2.23.2)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
simplecov (= 0.22.0)
Expand Down

0 comments on commit 606952f

Please sign in to comment.