Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Cannot Install Gem #5

Open
aiwilliams opened this issue Jun 27, 2011 · 3 comments
Open

Cannot Install Gem #5

aiwilliams opened this issue Jun 27, 2011 · 3 comments

Comments

@aiwilliams
Copy link

When I attempt to install the gem, I get this:

There was a LoadError while evaluating guard-compass.gemspec:
no such file to load -- guard from
/Users/aiwilliams/workspace/vendor/ruby/1.9.1/bundler/gems/guard-compass-85ec3db1edd4/guard-> compass.gemspec:3:in `

'

Does it try to require a relative path? That doesn't work in Ruby 1.9.

I am using a Gemfile:

gem "guard"
gem "guard-compass", :git => "git://github.com/oliamb/guard-compass.git"
@aiwilliams
Copy link
Author

I just removed the :git option, so it downloads from rubygems.org, and it installs. I'm happy with that - as far as I can tell - but this was not a problem for me before. Thought you might like to know.

@rymai
Copy link
Contributor

rymai commented Oct 7, 2013

Hi, simply add gem 'guard-compass' to your Gemfile and you should be good to go.

@oliamb you can safely close this issue I guess. :)

@rymai
Copy link
Contributor

rymai commented Dec 21, 2013

Ping!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants