I had a program that worked a few weeks ago and I wiped it out and had to re-install my ruby and rails enviornment and now I can not bundle install the same program because Paperclip requires Mimemagic and apparently the working versions of the gems no longer exist. Any versions of the gem that remain require this freedesktop.org.xml thing which I went to their site and downloaded but I do not understand on a windows machine how to install the freedesktop.org.xml package so that I can use Ruby on Rails again.
Does anyone know how to install the freedesktop.org.xml package/script/whatever it is so that rails will work properly again? If ANY of our apps break now we are going to be a HORRIBLE place due to this. I have been searching for hours and everything references a MAC or Linux, I am on a PC and I can find NOPLACE that has understandable instructions for how to do this on a Windows 10 PC.
Please HELP!
Thank You, Scott
Update: I tried the suggestion to add:
gem 'mimemagic', git: 'git@github.com:mimemagicrb/mimemagic.git', tag: "v#{[0.3.0]}"
into the gemfile and this is the results I get.
[!] There was an error parsing `Gemfile`: unexpected fraction part after numeric literal - . Bundler cannot continue.
# from D:/rails/ctrlpanel/Gemfile:22
# -------------------------------------------
# # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
> gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# source 'https://rubygems.org'
# -------------------------------------------
I don't understand what this means? I also don't understand this entire issue? Is there no way that the freedesktop.org.xml thing can be installed on a Windows PC? This seems like this officially kills Ruby on Rails on a Windows PC?