Skip to content

Commit

Permalink
Fix rubocop warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 4, 2024
1 parent 6ca3cd5 commit 3d5f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane-plugin-ddg_apple_automation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
# Don't add a dependency to fastlane or fastlane_re
# since this would cause a circular dependency

spec.add_dependency 'httparty'
spec.add_dependency 'octokit'
spec.add_dependency('httparty')
spec.add_dependency('octokit')
end

0 comments on commit 3d5f46f

Please sign in to comment.