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
Saurabh P. 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