Giter Club home page Giter Club logo

Comments (3)

vesan avatar vesan commented on June 14, 2024

Tried re-installing the gem with Ruby 1.9.3 p194 and it works fine for me.

I'm wondering why it even starts to fetch the 2.0.0 version of multipart-post? faraday is the only dependency in the gemspec that needs multipart-post so why would it get a version it doesn't support?

What is you gem version? (gem --version)

from kippt.

pzaich avatar pzaich commented on June 14, 2024

I just tried using a Ruby 2.0 gemset and the gem installed fine. However, when I try to install for 1.9.3, I get the error above.

Faraday doesn't appear to even be installed in the gemset. I believe I'm trying to install Kippt 3.0.1

from kippt.

vesan avatar vesan commented on June 14, 2024

You can see the current 3.0.1 gemspec here: https://github.com/vesan/kippt/blob/5e3ada1fb83195e00bd5d51596db3073d378eab8/kippt.gemspec

So it declares that everything up to 1.0 of Faraday is OK for Kippt gem. So it should pick Faraday version 0.9 and install multipart-post 2.0.0 (http://rubygems.org/gems/faraday/versions/0.9.0) or pick Faraday 0.8.9 and install multipart-post 1.2.0 (http://rubygems.org/gems/faraday/versions/0.8.9).

I don't know why RubyGems gets confused and tries to install Faraday 0.8.9 with multipart-post 2.0.0 which is not according to the dependency declared by Faraday.

What if you first run gem install faraday and the gem install kippt?

from kippt.

Related Issues (1)

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.