Open GoogleCodeExporter opened 9 years ago
workaround is to lockdown jwt in your gemfile
Original comment by somek...@gmail.com
on 7 May 2014 at 5:53
Hey can you go into detail as to how you lockedown jwt in your gemfile? I'm
kind of new to ruby/rails. Thanks.
Original comment by mohammad...@gmail.com
on 11 Aug 2014 at 6:31
can you please explain how to apply the patch?
Original comment by vmidevt...@gmail.com
on 14 Oct 2014 at 8:44
Same problem here. It strikes me as ill-advised to be specifying gems outside
of the gemspec, but perhaps there are historical reasons for doing this that I
am not aware of.
Original comment by lukeasro...@gmail.com
on 23 Oct 2014 at 8:58
For others, if you want to address by locking down jwt in your gemfile, as
mentioned, just specify the most recent version before 1.0.0:
gem 'jwt', '~> 0.1.13'
then you may need to `gem update jwt`, or at least `bundle install`.
Original comment by lukeasro...@gmail.com
on 23 Oct 2014 at 9:12
Original issue reported on code.google.com by
somek...@gmail.com
on 7 May 2014 at 5:49Attachments: