Skip to content

Commit

Permalink
Add csv explicitly dependency as it was removed in 3.4.0 (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKirakosyan authored May 8, 2024
1 parent abbfd99 commit f715499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane-plugin-appcenter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
# since this would cause a circular dependency

# spec.add_dependency 'your-dependency', '~> 1.0.0'

spec.add_runtime_dependency 'csv'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'fastlane', '>= 2.96.0'
Expand Down

0 comments on commit f715499

Please sign in to comment.