dialogflow-ruby-client icon indicating copy to clipboard operation
dialogflow-ruby-client copied to clipboard

Unable to install gem file for ruby 2.0

Open pallaviMN opened this issue 7 years ago • 1 comments

Hi Team,

At our current project stage i cannot update ruby, but can i use lower version of gem file for that?

gem install api-ai-ruby -v 2.0.0

I tried above command but still no use

pallaviMN avatar Feb 05 '18 11:02 pallaviMN

api-ai-ruby can install with ruby 2.0, but its gem "public_prefix" currently support ruby >= 2.1. I think you should install "public_prefix" gem version "2.0.5" (support ruby 2.0.0) then re-install api-ai-ruby

manhtran1609 avatar Jul 19 '18 09:07 manhtran1609