Skip to content

Commit

Permalink
Updated rubocop-rspec version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Aug 9, 2024
1 parent 8fd4b0e commit 77b60f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
1 change: 1 addition & 0 deletions .github/config/rubocop_linter_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ check_name: 'RuboCop Results'
# - rubocop: 'latest'
versions:
- rubocop: 'latest'
- rubocop-factory_bot: 'latest'
- rubocop-rake: 'latest'
- rubocop-rspec: 'latest'

Expand Down
5 changes: 1 addition & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require:
- rubocop-factory_bot
- rubocop-rake
- rubocop-rspec

Expand Down Expand Up @@ -31,7 +32,3 @@ RSpec/SubjectStub:

RSpec/MultipleMemoizedHelpers:
AllowSubject: true

# Rack::MockResponse does not implement has_http_status?.
RSpecRails/HaveHttpStatus:
Enabled: false
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ gem 'ibm_db', '~> 5.5' if RUBY_PLATFORM =~ /^x86_64/

group :development do
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.48'
gem 'rubocop-factory_bot', '~> 2.23'
gem 'rubocop', '~> 1.65'
gem 'rubocop-factory_bot', '~> 2.26'
gem 'rubocop-rake', '~> 0.6'
gem 'rubocop-rspec', '~> 2.22'
gem 'rubocop-rspec', '~> 3.0'
end

group :test do
Expand Down
17 changes: 5 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
minitest (5.24.1)
mongo (2.20.1)
bson (>= 4.14.1, < 6.0.0)
mustermann (3.0.1)
mustermann (3.0.2)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
Expand Down Expand Up @@ -124,18 +124,11 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -170,10 +163,10 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.12)
rspec-github (~> 2.4)
rubocop (~> 1.48)
rubocop-factory_bot (~> 2.23)
rubocop (~> 1.65)
rubocop-factory_bot (~> 2.26)
rubocop-rake (~> 0.6)
rubocop-rspec (~> 2.22)
rubocop-rspec (~> 3.0)
simplecov (~> 0.22)

BUNDLED WITH
Expand Down

0 comments on commit 77b60f3

Please sign in to comment.