Skip to content

Commit

Permalink
fix: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
whlsxl committed May 14, 2020
1 parent 4fbb8b1 commit a1fa76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|

# fastlane dependencies
spec.add_dependency 'fastlane', '>= 2.1.0', '< 3.0.0'
spec.add_dependency 'faraday', '~> 0.9'
spec.add_dependency 'faraday_middleware', '~> 0.9'
# spec.add_dependency 'faraday', '>= 0.17', '< 2.0'
# spec.add_dependency 'faraday_middleware', '>= 0.13.1', '< 2.0'

spec.add_development_dependency "bundler", "~> 1.12"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit a1fa76e

Please sign in to comment.