I tried to install version 1.0 mentioned in the Readme file:
The form of In version 1.0.0, CareerWave requires Rail 4.0 or higher and Ruby 2.0 or higher. If you are on Rail 3, you should use v0.10.0.
Then I get an error by saying that gem 'carrierwave (= 1.0.0) ruby' in the gems available on this machine
In the Ruby Gems site, we also receive version 0.10.0 a year ago! Is there any other way to get a new version?
In the terminal, type gem install carrierwave -v 1.0.0
or Run the bundle if you want the version you want.
No comments:
Post a Comment