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 -- Posted via http://www.ruby-forum.com/.
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> > =thomas > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
David Chelimsky 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, > DavidThanks, that worked. Yeah, sorry, I should have given my rails version, which, for the record, is 2.3.5. =thomas -- Posted via http://www.ruby-forum.com/.