Bundle Install for Gemfile not working for command $ rails generate rspec:install
Greetings,
I am trying to bundle install the following Gemfile, but keep
getting an error when i attempt the following command:
$ rails new sample_app -T $ vim Gemfile (see below) $ bundle
install $ rails generate rspec:install could not find gem 'webrat
(=0.7.1)' in any of the gem sources listed in your Gemfile.
vim Gemfile
source 'http://rubygems.org'
gem 'rails', '3.0.1'
gem 'sqlite3-ruby', '1.3.1', :require => 'sqlite3'
group :development do
gem 'rspec-rails', '2.0.1' end
group :test do
gem 'rspec', '2.0.1' gem 'webrat', '0.7.1' end
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Eric Hodel on 08 Jun, 2011 09:17 PM
This looks like a problem with bundler, not with RubyGems.
Try asking on IRC: irc://chat.freenode.net/#bundler
Eric Hodel closed this discussion on 08 Jun, 2011 09:17 PM.