Closed lucatorella closed 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
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.
Should be fixed in new badge version 0.4.1
I updated fastlane to 1.84, and I'm getting the following error now.
I just have a lane with a badge step inside.