HazAT / badge

Add a badge to your app icon
MIT License
966 stars 87 forks source link

Gem:ConflictError #23

Closed lucatorella closed 8 years ago

lucatorella commented 8 years ago

I updated fastlane to 1.84, and I'm getting the following error now.

[10:52:52]: -------------------
[10:52:52]: --- Step: badge ---
[10:52:52]: -------------------
/usr/local/Cellar/ruby/2.3.0/lib/ruby/2.3.0/rubygems/specification.rb:2284:in `raise_if_conflicts': Unable to activate badge-0.4.0, because mini_magick-4.5.1 conflicts with mini_magick (~> 4.0.2) (Gem::ConflictError)

I just have a lane with a badge step inside.

elkraneo commented 8 years ago

same here: /Library/Ruby/Site/2.0.0/rubygems/specification.rb:2112:in `raise_if_conflicts': Unable to activate badge-0.4.0, because mini_magick-4.5.1 conflicts with mini_magick (~> 4.0.2) (Gem::ConflictError)

solved with: gem uninstall mini_magick it would display all the versions installed: e.g.

Select gem to uninstall:
 1. mini_magick-4.0.4
 2. mini_magick-4.5.1
 3. All versions

and the if necessary gem cleanup

NSCabezon commented 8 years ago

How exactly did you solved it? I removed 4.0.4 and it crashes and with 4.5.1 same :/

Unable to activate badge-0.4.0, because mini_magick-4.5.1 conflicts with mini_magick (~> 4.0.2) (Gem::LoadError)

but when i say gem uninstall mini_magick it only displays You have requested to uninstall the gem: mini_magick-4.5.1 frameit-2.6.1 depends on mini_magick (~> 4.5.1) If you remove this gem, these dependencies will not be met.

HazAT commented 8 years ago

Should be fixed in new badge version 0.4.1