Skip to content

Commit

Permalink
Merge pull request #494 from cedarcode/dependabot/bundler/rubocop-rai…
Browse files Browse the repository at this point in the history
…ls-2.25.1

build(deps-dev): bump rubocop-rails from 2.25.0 to 2.25.1
  • Loading branch information
EmilioCristalli committed Jul 1, 2024
2 parents d541f48 + 9bc99e7 commit 64cd1e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Rails:
Security:
Enabled: true

Rails/BulkChangeTable:
Exclude:
- 'db/migrate/20190321140119_add_validations.rb'

Rails/LexicallyScopedActionFilter:
Enabled: false

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.0)
rexml (3.3.1)
strscan
rollbar (3.5.2)
rspec-core (3.13.0)
Expand Down Expand Up @@ -313,7 +313,7 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down

0 comments on commit 64cd1e1

Please sign in to comment.