Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jul 13, 2024
1 parent 99bf225 commit 4186c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-07-13 08:42:11 UTC using RuboCop version 1.65.0.
# on 2024-07-13 08:47:24 UTC using RuboCop version 1.65.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/AddRuntimeDependency:
Exclude:
- 'acts_as_commentable.gemspec'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Gemspec/RequireMFA:
Exclude:
- 'acts_as_commentable.gemspec'

# Offense count: 1
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Expand Down
3 changes: 2 additions & 1 deletion acts_as_commentable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Gem::Specification.new do |s|
s.summary = 'Plugin/gem that provides comment functionality'
s.license = 'MIT'

s.add_runtime_dependency 'activerecord', '~> 7.1.0'
s.add_dependency 'activerecord', '~> 7.1.0'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 4186c19

Please sign in to comment.