-
Notifications
You must be signed in to change notification settings - Fork 245
mimemagic 0.3.2 was yanked #113
Comments
I'm figuring out how I want to address this. The sample app is pre-Active Storage, so the dependency is coming in from Paperclip, which is deprecated, itself. It's difficult to make changes to the sample application because I have to apply them to each chapter's branch in git. There are merge conflicts in some chapters, adding to risk. Long term, I would like to do a rewrite, but I'm not sure yet if that means targeting Rails 6.1, 6.2, or 7.0. I also want to figure out a better way to structure the code so that it's easier to do updates. In the meantime, running |
I got error: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. What is that? |
You should install
|
hola tengo este problema pero utilizo ubuntu |
@juanfrancisco-18 |
works ffor me |
This is just FYI.
bundle install
for this app will fail because mimemagic 0.3.2 was yanked.everydayrails-rspec-2017/Gemfile.lock
Line 135 in 76f8d23
https://rubygems.org/gems/mimemagic/versions/0.3.2
In order to install gems, you need to run
bundle update mimemagic
instead ofbundle install
.The text was updated successfully, but these errors were encountered: