Skip to content

Commit

Permalink
Merge pull request #1871 from denny/dependabot/bundler/rubocop-1.70.0
Browse files Browse the repository at this point in the history
Bump rubocop from 1.69.2 to 1.70.0
  • Loading branch information
denny authored Jan 10, 2025
2 parents 6e4e132 + d440cf8 commit d6414ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ GEM
rspec
rss (0.3.1)
rexml
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def enforce_change_author_capability_for_update( category )

# Return true if the page we're on might need a WYSIWYG HTML editor
def with_html_editor?
action_name == 'new' || action_name == 'edit'
%w[ new edit ].include? action_name
end
end
end
Expand Down

0 comments on commit d6414ed

Please sign in to comment.