install problem

114 views
Skip to first unread message

jnel...@gmail.com

unread,
Oct 17, 2013, 11:25:40 AM10/17/13
to ror_ec...@googlegroups.com
 I am new to rails and trying to install the stripe_commerce version.  Install failing on ZenTest:

Any help would be appreciated.

Jim


 ~/workspace/stripe_commerce$ gem install bundler
Successfully installed bundler-1.3.5
1 gem installed
~/workspace/stripe_commerce$ bundle install
Fetching source index from http://rubygems.org/
Using rake (0.9.6) 
Using Ascii85 (1.0.2) 
Installing ZenTest (4.6.2) 
Gem::InstallError: ZenTest requires RubyGems version ~> 1.8. Try 'gem update --system' to update RubyGems itself.
An error occurred while installing ZenTest (4.6.2), and Bundler cannot continue.
Make sure that `gem install ZenTest -v '4.6.2'` succeeds before bundling.
~/workspace/stripe_commerce$ gem update --system
Latest version currently installed. Aborting.
~/workspace/stripe_commerce$ gem -v
2.1.9
~/workspace/stripe_commerce$ ruby -v
ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-darwin12.5.0]
~/workspace/stripe_commerce$ gem install ZenTest -v '4.6.2'
ERROR:  Error installing ZenTest:
ZenTest requires RubyGems version ~> 1.8. Try 'gem update --system' to update RubyGems itself.
~/workspace/stripe_commerce$ 

David

unread,
Oct 17, 2013, 11:35:08 AM10/17/13
to ror_ec...@googlegroups.com
What version of ruby are you using?

Best to use 2.0 but 1.9.3 should work. Also are you on Linux? 

Sent from my iPhone
--
You received this message because you are subscribed to the Google Groups "ror_ecommerce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ror_ecommerc...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

jnel...@gmail.com

unread,
Oct 17, 2013, 11:49:13 AM10/17/13
to ror_ec...@googlegroups.com, jnel...@gmail.com
ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-darwin12.5.0]
 mac os x 10.8.5

I'll try with ruby 2.0

David

unread,
Oct 17, 2013, 11:51:36 AM10/17/13
to ror_ec...@googlegroups.com
Also an easier solution is to remove Zentest altogether. But that means autotest won't work. 

Personally I would update ruby & rubygems and then run `gem install ZenTest -v '4.6.2'`.  

If that doesn't work post the error here and I'll help the best I can. 

Sent from my iPhone

On Oct 17, 2013, at 8:25 AM, jnel...@gmail.com wrote:
 

jnel...@gmail.com

unread,
Oct 17, 2013, 11:57:43 AM10/17/13
to ror_ec...@googlegroups.com, jnel...@gmail.com
Same error with ruby 2.0:

~/workspace/stripe_commerce$ ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.3.0]
~/workspace/stripe_commerce$ gem -v
2.1.9
~/workspace/stripe_commerce$ bundle install
Fetching source index from http://rubygems.org/
Using rake (0.9.6) 
Using Ascii85 (1.0.2) 
Installing ZenTest (4.6.2) 
Gem::InstallError: ZenTest requires RubyGems version ~> 1.8. Try 'gem update --system' to update RubyGems itself.
An error occurred while installing ZenTest (4.6.2), and Bundler cannot continue.
Make sure that `gem install ZenTest -v '4.6.2'` succeeds before bundling.
~/workspace/stripe_commerce$ 


On Thursday, October 17, 2013 11:25:40 AM UTC-4, jnel...@gmail.com wrote:

David

unread,
Oct 17, 2013, 12:33:17 PM10/17/13
to ror_ec...@googlegroups.com
The best I can do is try this when I get home from work. 

Removing autotest&Zentest will be fine until then though

Sent from my iPhone

jnel...@gmail.com

unread,
Oct 18, 2013, 8:31:03 PM10/18/13
to ror_ec...@googlegroups.com, jnel...@gmail.com
Thanks Dave - I was able to complete the install by removing autotest and ZenTest and some other configuring (the debugger gem also complained).

Any ideas on how to do a clean install?


On Thursday, October 17, 2013 11:25:40 AM UTC-4, jnel...@gmail.com wrote:

David Henner

unread,
Oct 18, 2013, 9:33:33 PM10/18/13
to ror_ec...@googlegroups.com, jnel...@gmail.com
I'll try to re-create but I normally just set it up without an issue.  I'll post here later if I figure anything out


David Henner

unread,
Oct 18, 2013, 9:34:20 PM10/18/13
to ror_ec...@googlegroups.com, jnel...@gmail.com
OH... I might just switch out ZenTest for guard
Reply all
Reply to author
Forward
0 new messages