Navigation Menu

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

`detect_latest_version': uninitialized constant Object::Octokit (NameError) #2

Closed
okamuuu opened this issue Aug 6, 2014 · 1 comment

Comments

@okamuuu
Copy link
Contributor

okamuuu commented Aug 6, 2014

Hi, I found an error, so I'm reporting.

here is my .buildpacks

% cat .buildpacks
https://github.com/groonga/heroku-buildpack-groonga.git
https://github.com/heroku/heroku-buildpack-nodejs.git

in this case, it looks to occurr error.

% git push heroku master
...
-----> Fetching custom git buildpack... done
-----> Multipack app detected
=====> Downloading Buildpack: https://github.com/groonga/heroku-buildpack-groonga.git
=====> Detected Framework: Groonga
/tmp/buildpackvO3Fm/bin/compile:14:in `detect_latest_version': uninitialized constant Object::Octokit (NameError)
        from /tmp/buildpackvO3Fm/bin/compile:72:in `<main>'
-----> Loading environment variables

 !     Push rejected, failed to compile Multipack app

so I have to set config like this to avoid to call detect_latest_version.

% heroku config:set GROONGA_VERSION=4.0.4
@okamuuu
Copy link
Contributor Author

okamuuu commented Aug 9, 2014

Closing. thanks:)

@okamuuu okamuuu closed this as completed Aug 9, 2014
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