Good afternoon, I have a problem installing a .gem through Gemfile. In Gemfile you are:
gem 'hanaclient', path: '/usr/sap/hdbclient/ruby/hanaclient'
Inside the / usr / sap / hdbclient / ruby / hanaclient (ls):
hanaclient-2.3.119-x86_64-linux.gem
When you run bundle install , it returns:
Could not find gem 'hanaclient' in source at '/usr/sap/hdbclient/ruby/hanaclient'.
The source does not contain any versions of 'hanaclient'
Any solution? Thank you.