Gem install bundler

Hi,

I try to install bunder in a specific version

#gem install bundler --version '1.0.22'

I get the response:

#ERROR: Could not find a valid gem 'bundler' (= 1.0.22) in any
repository
#ERROR: Possible alternatives: bundler

When I list the available versions:

#gem search --remote -a bundler

I get following result:

*snip*
#bundler (1.2.1, 1.2.0, 1.1.5, 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.1.0,
1.0.22, 1.0.21, 1.0.20, 1.0.18, 1.0.17, 1.0.15, 1.0.14, 1.0.13, 1.0.12,
1.0.11, 1.0.10, 1.0.9, 1.0.7, 1.0.5, 1.0.3, 1.0.2, 1.0.0, 0.9.26,
0.9.25, 0.9.24, 0.9.23, 0.9.22, 0.9.21, 0.9.20, 0.9.19, 0.9.18, 0.9.17,
0.9.16, 0.9.15, 0.9.14, 0.9.13, 0.9.12, 0.9.11, 0.9.10, 0.9.9, 0.9.8,
0.9.7, 0.9.6, 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.1, 0.8.0,
0.7.2, 0.7.1, 0.7.0, 0.6.0, 0.5.0, 0.4.1, 0.4.0, 0.3.1, 0.3.0)
*snip*

So 1.0.22 seems a valid version.
Any ideas?

fyi: This specific bundler version is also installed on a other machine.

Greetings
Benedikt

···

--
Posted via http://www.ruby-forum.com/.

Didn't get it woring with the gem install ....

but downloaded the .gem file manually and installed it.

The version is now accessible

···

--
Posted via http://www.ruby-forum.com/.