shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

install old version of a gem? #466

Closed dredknight closed 3 years ago

dredknight commented 3 years ago

Hey Cecil,

Is there any way to load an old version of rubyzip? For example:

gem install rubyzip -v 1.3.0

When i type this in the Shoes cmd (alt + =) it does not work. I tried to install "gems" via the cobler but still the same.

ccoupe commented 3 years ago

.There are ways. Firgure out the OS path of Shoes Gems -- cshoes --gem path Make sure the rubyzip is where gem ven is. The try 'cshoes --gem uninstall` It could be done working with individual files but that is error prone, tedious and you'll never trust what you did.

dredknight commented 3 years ago

It worked !! C:\Program Files (x86)\Shoes\cshoes --gem install 'C:\Program Files (x86)\Shoes\rubyzip-1.3.0.gem' Thank you Cecil. I do added this piece of info to the Wiki: