$ cat test/integration/advanced/serverspec/Gemfile
source 'https://rubygems.org'
gem 'net-ssh', '3.2.0'
Asked
Active
Viewed 46 times
0

Matthew Schuchard
- 25,172
- 3
- 47
- 67

Minstrel
- 369
- 1
- 2
- 14
-
but it installs it .... `users on this machine. Could not find gem 'net-ssh (= 3.2.0)' in any of the gem sources listed in your Gemfile. Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/......... Resolving dependencies... Using bundler 1.17.1 Fetching net-ssh 3.2.0 Installing net-ssh 3.2.0 Bundle complete! 1 Gemfile dependency, 2 gems now installed.` – Minstrel Nov 06 '18 at 14:58
-
so this error-message seems false – Minstrel Nov 06 '18 at 15:00