Skip to content

Commit

Permalink
Upgraded the rubocop dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Mar 6, 2025
1 parent eea2ce7 commit 36e48a8
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 @@ -56,7 +54,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 (#30)
* Upgraded the rubocop dependencies (#31)

### 1.5.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 @@ -13,9 +13,9 @@ gem 'guard-rspec', '~> 4.7'
gem 'irb', '~> 1.2'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.12'
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 'yard', '>= 0.9.28'
gem 'yard-activesupport-concern', '>= 0.0.1'
6 changes: 3 additions & 3 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ gem "guard-rspec", "~> 4.7"
gem "irb", "~> 1.2"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
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 "yard", ">= 0.9.28"
gem "yard-activesupport-concern", ">= 0.0.1"
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 @@ -9,9 +9,9 @@ gem "guard-rspec", "~> 4.7"
gem "irb", "~> 1.2"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
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 "yard", ">= 0.9.28"
gem "yard-activesupport-concern", ">= 0.0.1"
Expand Down

0 comments on commit 36e48a8

Please sign in to comment.