-
Notifications
You must be signed in to change notification settings - Fork 28
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 doesn't specify its dependencies #11
Comments
This gem doesn't have Gemfile inside that's why you had this problem. Usually it is ok to work in ruby. Do you have any use-case where it is not? |
I hit a similar problem with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is fairly minor because the use cases aren't all that common, but when I tried running
bundle console
while using this gem, I got this error:I believe this is because active_record is not listed as a dependency in the gemspec.
The text was updated successfully, but these errors were encountered: