Skip to content

Commit

Permalink
Remove dependency to fastlane
Browse files Browse the repository at this point in the history
With an upcoming _fastlane_ release it is important to remove the dependency to _fastlane_ and _fastlane_core_, see fastlane/fastlane#7412 for more information
  • Loading branch information
KrauseFx authored Dec 14, 2016
1 parent 51ff58d commit d7aa175
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion badge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane_core', '>= 0.44.0', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'fastimage', '~> 1.6' # fetch the image sizes
spec.add_dependency 'mini_magick', '~> 4.5' # to add badge image on app icon

Expand Down

0 comments on commit d7aa175

Please sign in to comment.