If that's a gem from Github you may want to add ambethia-recaptcha --source gems.github.com
to your .gems file. Alternately, you can use the vanilla recaptcha gem by modifying the line that is requiring ambethia-recaptcha. If this is Rails, look for something like config.gem 'ambethia-recaptcha' and change it to config.gem 'recaptcha' Hope this helps! David On Mon, Dec 14, 2009 at 4:12 PM, StefanSiebel <[email protected]>wrote: > Hi, > > I added the ambethia-recaptcha gem to my application. > > In the .gems file I added a line "recaptcha". > > Pushing to heroku worked perfectly fine, but when I try to access the > application I get this error: > > Missing these required gems: > ambethia-recaptcha > > Is there something I missed? Do I have to run another command? > > Thanks! > > -Stefan. > > -- > > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
