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

cannot load such file -- exact/target (LoadError) #5

Open
fernandoaleman opened this issue Jun 5, 2012 · 0 comments
Open

cannot load such file -- exact/target (LoadError) #5

fernandoaleman opened this issue Jun 5, 2012 · 0 comments

Comments

@fernandoaleman
Copy link

This error occurs because the 'nokogiri' gem is required, but is not installed by default. Although the gem has been added to the Gemfile, it needs to be added as a dependency in the gem spec.

To Duplicate Error

Create a brand new rails app and add the exact-target gem to the Gemfile and do a bundle install. Then go to the terminal and type in:

rails console

To Fix Error

Add the nokogiri dependency to the gemspec file.

s.add_dependency("nokogiri", "~> 1.5.3")
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

1 participant