Rspec-rails with gems 1.3.4

When I try to install rspec-rails it tells me:

ERROR: Error installing rspec-rails:
i18n requires RubyGems version >= 1.3.5

I am using RubyGems 1.3.4, and I am locked down to that version at the
client site. Is there a version of rspec-rails that I can install
without i18n?

=thomas

On Dec 20, 2010, at 10:54 AM, Thomas Andrews wrote:

When I try to install rspec-rails it tells me:

ERROR: Error installing rspec-rails:
i18n requires RubyGems version >= 1.3.5

I am using RubyGems 1.3.4, and I am locked down to that version at the
client site. Is there a version of rspec-rails that I can install
without i18n?

What version of rails are you using? I’m guessing if you’re locked at
1.3.4, you’re also locked at rails < 3.0, in which case you’d want
rspec-rails-1.3.3.

HTH,
David

David C. wrote in post #969618:

On Dec 20, 2010, at 10:54 AM, Thomas Andrews wrote:

When I try to install rspec-rails it tells me:

ERROR: Error installing rspec-rails:
i18n requires RubyGems version >= 1.3.5

I am using RubyGems 1.3.4, and I am locked down to that version at the
client site. Is there a version of rspec-rails that I can install
without i18n?

What version of rails are you using? I’m guessing if you’re locked at
1.3.4, you’re also locked at rails < 3.0, in which case you’d want
rspec-rails-1.3.3.

HTH,
David

Thanks, that worked.

Yeah, sorry, I should have given my rails version, which, for the
record, is 2.3.5.

=thomas