Skip to content

Commit

Permalink
Fix version constraint in fastlane plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-giaco committed Sep 13, 2022
1 parent 8a1081a commit 97b5e89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 'ad_licenselint', '~> 2'
spec.add_dependency 'ad_licenselint', '~> 1'

spec.add_development_dependency('pry')
spec.add_development_dependency('bundler')
Expand Down

0 comments on commit 97b5e89

Please sign in to comment.