Skip to content

Commit

Permalink
Upgraded the rubocop dependencies. (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 authored Mar 6, 2025
1 parent cee1093 commit f55e855
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require:
- rubocop-rspec

plugins:
- rubocop-rspec
- rubocop-rails

Rails:
Expand Down Expand Up @@ -61,7 +59,7 @@ RSpec/NestedGroups:
Max: 4

# Disable regular Rails spec paths.
RSpec/FilePath:
Rails/FilePath:
Enabled: false

# Because we just implemented the ActiveRecord API.
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### next

* Corrected some RuboCop glitches (#13)
* Upgraded the rubocop dependencies (#14)

### 3.10.0 (30 January 2025)

Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ gem 'rails', '>= 6.1'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.12'
gem 'rspec-rails', '~> 5.1'
gem 'rubocop', '~> 1.28'
gem 'rubocop-rails', '~> 2.14'
gem 'rubocop-rspec', '~> 2.10'
gem 'rubocop'
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'simplecov', '>= 0.22'
gem 'sprockets-rails', '~> 3.5'
gem 'yard', '>= 0.9.28'
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ gem "rails", ">= 6.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
gem "rspec-rails", "~> 5.1"
gem "rubocop", "~> 1.28"
gem "rubocop-rails", "~> 2.14"
gem "rubocop-rspec", "~> 2.10"
gem "rubocop"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "simplecov", ">= 0.22"
gem "sprockets-rails", "~> 3.5"
gem "yard", ">= 0.9.28"
Expand Down
6 changes: 3 additions & 3 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ gem "rails", ">= 6.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
gem "rspec-rails", "~> 5.1"
gem "rubocop", "~> 1.28"
gem "rubocop-rails", "~> 2.14"
gem "rubocop-rspec", "~> 2.10"
gem "rubocop"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "simplecov", ">= 0.22"
gem "sprockets-rails", "~> 3.5"
gem "yard", ">= 0.9.28"
Expand Down

0 comments on commit f55e855

Please sign in to comment.