简体   繁体   中英

Error While installing gems

I am facing the following error while installing the gems on windows machine.

They were couple of similar questions on the stack overflow,but that didn't help.

My system Configurations

Windows:7
Ruby:2.2

Error:ERROR:  Could not find a valid gem 'watir' (>= 0) in any repository

From your comments it looks like you're missing the rubygems registry from your Gemfile sources (which is likely where you want to get watir from). Add this in at the top of your Gemfile source 'https://rubygems.org'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM