Skip to content

Commit

Permalink
Add rubocop extensions and gem updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Feb 17, 2024
1 parent 0a39793 commit 991a0c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require:
- rubocop-performance
- rubocop-rspec
- rubocop-factory_bot
- rubocop-rake

AllCops:
TargetRubyVersion: 3.0.1
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ source 'https://rubygems.org'
gemspec

gem 'dotenv', '~> 2.8', '>= 2.8.1'
gem 'factory_bot', '~> 6.3'
gem 'ffaker', '~> 2.21'
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.0'
gem 'reek', '~> 6.1', '>= 6.1.1'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.50', '>= 1.50.2'
gem 'rubocop-performance', '~> 1.19'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.23'

gem 'factory_bot', '~> 6.3'
gem 'ffaker', '~> 2.21'
gem 'pry-byebug', '~> 3.9'
gem 'reek', '~> 6.1', '>= 6.1.1'
gem 'simplecov', '~> 0.22.0'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ GEM
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand Down Expand Up @@ -163,6 +165,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.50, >= 1.50.2)
rubocop-performance (~> 1.19)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.23)
simplecov (~> 0.22.0)

Expand Down

0 comments on commit 991a0c8

Please sign in to comment.