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

aws_sdk Adapter - require': cannot load such file -- aws (LoadError) #186

Open
bradly-swart opened this issue Feb 23, 2015 · 2 comments
Open

Comments

@bradly-swart
Copy link

In the aws_sdk.rb adapter, it has the following line.

require 'aws'

Is that not supposed to be;

require 'aws-sdk'

I can't start up my grape API app due to the configure block for Dynamoid failing.

@meinac
Copy link

meinac commented Mar 30, 2015

can you confirm that you are using aws-sdk gem version 1.6.9 ?

@bradly-swart
Copy link
Author

Checking my Gemfile.lock, its on 2.0.26.

I managed to get around this by not using a configure block, dunno if related or not, have had time to try and re-produce it.

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