Can't find ruby gem of api (7.17)

IT412392:~ rful011$ sudo gem install elasticsearch=7.17.12
ERROR:  Could not find a valid gem 'elasticsearch=7.17.12' (>= 0) in any repository
ERROR:  Possible alternatives: elasticsearch-rails2, elasticsearch_record, elasticsearch_s3_backup, elasticsearch_scanner, elasticsearch_update
IT412392:~ rful011$ gem search elasticsearch | less
IT412392:~ rful011$ sudo gem install elasticsearch=7.17
Password:
ERROR:  Could not find a valid gem 'elasticsearch=7.17' (>= 0) in any repository
ERROR:  Possible alternatives: elasticsearch-model, elasticsearch-node, elastic_searchable, elasticsearch-rails, elasticsearch-ruby

All my other systems are Ubuntu and I get the api via apt I am now doing some dev on a Mac (with rubymine) and need to install it from a gem

can you try with the third command from this list?

I am not familiar with ruby gems, but the syntax for a specific version of the package looks different to me.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.