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

yanking of version 0.1.12 causes issues #39

Closed
ghost opened this issue May 7, 2014 · 4 comments
Closed

yanking of version 0.1.12 causes issues #39

ghost opened this issue May 7, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented May 7, 2014

http://stackoverflow.com/questions/23526673/cannot-push-to-heroku-bundler-fails

@progrium
Copy link
Contributor

progrium commented May 7, 2014

Upgrade to 1.0.0 or explicitly use 0.1.11. Sorry for the mishap.

On Wed, May 7, 2014 at 2:45 PM, GhostGambler [email protected]:

http://stackoverflow.com/questions/23526673/cannot-push-to-heroku-bundler-fails


Reply to this email directly or view it on GitHubhttps://github.com//issues/39
.

Jeff Lindsay
http://progrium.com

@progrium progrium closed this as completed May 7, 2014
@ghost
Copy link
Author

ghost commented May 7, 2014

I have no influence on third party projects (besides opening tickets...)

For example oauth2 is affected:
https://github.com/intridea/oauth2/blob/master/oauth2.gemspec#L8

Isn't there another way to fix this problem?

@progrium
Copy link
Contributor

progrium commented May 7, 2014

Their gemspec is not requiring 0.1.12 so it's not an issue with third party
projects unless they explicitly depend on 0.1.12... instead wherever bundle
install was ran it has a cached copy of 0.1.12 that needs to be removed so
it can properly look up the latest version to grab similar to 0.1.8 which I
imagine resolves to 0.1.11

On Wed, May 7, 2014 at 4:04 PM, GhostGambler [email protected]:

I have no influence on third party projects (besides opening tickets...)

For example oauth2 is affected:
https://github.com/intridea/oauth2/blob/master/oauth2.gemspec#L8

Isn't there another way to fix this problem?


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-42482997
.

Jeff Lindsay
http://progrium.com

@gshutler
Copy link

gshutler commented May 7, 2014

For what it's worth I have oauth-xx/oauth2#172 open which would resolve this.

In the meantime I've added this to our Gemfile to work around similar issues:

gem 'jwt', '~> 0.1.11'

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