Skip to content

Commit

Permalink
Fix rubocop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Jul 11, 2024
1 parent 0f1b592 commit 47a4eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions additional_tags.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.0'

spec.add_runtime_dependency 'acts-as-taggable-on', '~> 10.0'
spec.add_runtime_dependency 'redmine_plugin_kit'
spec.add_dependency 'acts-as-taggable-on', '~> 10.0'
spec.add_dependency 'redmine_plugin_kit'
end

0 comments on commit 47a4eac

Please sign in to comment.