I incorporate in my Gemfile:
gem 'khipu-api-client', '2.7.1'
gem 'typhoeus', '1.3.0'
However, it generates the following error when using the command: bundle install
Bundler could not find compatible versions for gem "typhoeus":
In Gemfile:
typhoeus (= 1.3.0)
khipu-api-client (= 2.7.1) was resolved to 2.7.1, which depends on
typhoeus (>= 0.2.1, ~> 0.2)
Requesting a version of typhoeus that cannot be installed
Some help?