Thanks Denis, but I'm still lost in the woods.
I cleaned up my Gemfile. Then...
tomc@pop-os:~/Dropbox/www/__Active/TaD$ bundle add webrick
[DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "
https://rubygems.org".
Fetching gem metadata from
https://rubygems.org/.........
Resolving dependencies...
Fetching gem metadata from
https://rubygems.org/.........
Resolving dependencies...
Your bundle is locked to webrick (1.7.0) from locally installed gems, but that version can no longer be found in that source. That means the author of webrick (1.7.0) has removed it. You'll
need to update your bundle to a version other than webrick (1.7.0) that hasn't been removed in order to install.
tomc@pop-os:~/Dropbox/www/__Active/TaD$ bundle update
[DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "
https://rubygems.org".
Fetching gem metadata from
https://rubygems.org/...........
Could not find gem 'webrick (~> 1.7)' in locally installed gems.