Code Monkey home page Code Monkey logo

Comments (4)

progrium avatar progrium commented on August 27, 2024

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

from ruby-jwt.

 avatar commented on August 27, 2024

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?

from ruby-jwt.

progrium avatar progrium commented on August 27, 2024

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

from ruby-jwt.

gshutler avatar gshutler commented on August 27, 2024

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'

from ruby-jwt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.