Ruby on Rails Friday, September 3, 2010

Saurabh Peshkar wrote:
> Hi All,
>
> my server is having rack gems as:
>
> rack (1.2.1, 1.1.0, 1.0.1, 1.0.0)
>
> when i run the following command in my project/vendor/gems folder:
>
> gem unpack rack-1.0.0
>
> It shows the following error message:
>
> Error: Gem 'rack-1.0.0' not installed.
>
> Any idea on this??
>
> Thanks,
>
> Saurabh

Query solved, used following command:

gem unpack rack -v=1.0.0
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment