"ruby script cannot locate required gem" Code Answer

21

Gems must first be installed before you can require them in a script. To install a gem; first open a terminal window and then type:

gem install GEM-NAME or in your case: gem install mechanize

By jeremy gauthier on September 15 2022

Answers related to “ruby script cannot locate required gem”

Only authorized users can answer the Search term. Please sign in first, or register a free account.