Skip to content

Commit

Permalink
Merge pull request HazAT#95 from fstojanac/master
Browse files Browse the repository at this point in the history
Update mini_magick version to resemble fastlane
  • Loading branch information
HazAT authored Jan 15, 2020
2 parents 0d5c9ad + cdad8c6 commit a0fc091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion badge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'curb', '~> 0.9'
spec.add_dependency 'fastlane', '>= 2.0'
spec.add_dependency 'fastimage', '>= 1.6' # fetch the image sizes
spec.add_dependency 'mini_magick', '~> 4.9.5' # to add badge image on app icon
spec.add_dependency('mini_magick', '>= 4.9.4', '< 5.0.0') # to add badge image on app icon

end

0 comments on commit a0fc091

Please sign in to comment.