c:proj/proj1> bundle install
Fetching source index for http://rubygems.org/
Could not find sprockets-2.0.0.beta.10 in any of the sources
C:proj/proj1>
C:proj/proj1>gem install sprockets -v=2.0.0.beta.10
ERROR: Could not find a valid gem ‘sprockets’ (= 2.0.0.beta.10) in any
reposito
ry
ERROR: Possible alternatives: sprockets
C:proj/proj1>gem install sprockets
Successfully installed sprockets-2.0.0
1 gem installed
Installing ri documentation for sprockets-2.0.0…
Installing RDoc documentation for sprockets-2.0.0…
C:proj/proj1>rake db:migrate
←[31mCould not find tilt-1.3.2 in any of the sources←[0m
←[33mRun bundle install
to install missing gems.←[0m
C:proj/proj1>
so that i can’t able to run my project
If you known the reason then help me!
bundle update
–
A bug magnet
El Sep 28, 2011, a las 6:59, Bala TS [email protected] escribió:
I got gem from here:
http://rubygems.org/gems/sprockets/versions/2.0.0.beta.10
download file in your local system location
go to that location in cmd
gem install sprockets-2.0.0.beta.10.gem
Successfully installed sprockets-2.0.0.beta.10
1 gem installed
Installing ri documentation for sprockets-2.0.0.beta.10…
Installing RDoc documentation for sprockets-2.0.0.beta.10…
now it is okay: finally i got solution:)
bye:)
Re: Error : bundle install
Posted by Luis M (Guest)
on 2011-09-28 13:26
(Received via mailing list)
bundle update
Dude!
I install this way than i will get only latest version of sprockets.
My project won’t support this new version. that the reason I choice this
above way.
Thanks Dude!
by:)
Bala