Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gem is unusable #1

Open
jaycode opened this issue Oct 23, 2010 · 1 comment
Open

gem is unusable #1

jaycode opened this issue Oct 23, 2010 · 1 comment

Comments

@jaycode
Copy link

jaycode commented Oct 23, 2010

added config.gem "ruby-hmac" in environment.rb

Then I run: rake gems:unpack

Then rake:gems:install

But when I ruby script:server I always got this error message:

Missing these required gems: ruby-hmac

You're running:
ruby 1.8.7.249 at /Users/macbookpro/.rvm/rubies/ruby-1.8.7-p249/bin/ruby
rubygems 1.3.6 at /Users/macbookpro/.rvm/gems/ruby-1.8.7-p249, /Users/macbookpro/.rvm/gems/ruby-1.8.7-p249%global

Run rake gems:install to install the missing gems.

@gpetrica
Copy link

use
config.gem 'ruby-hmac', :lib => "ruby_hmac"

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

No branches or pull requests

2 participants