today I am getting errors in trying to rebuild the app and nothing I try has any effect. In particular the error I am getting is:
I, [2023-03-18T16:41:52.325609 #1] INFO -- : > cd /var/www/discourse && gem install bundler --conservative -v $(awk '/BUNDLED WITH/ { getline; gsub(/ /,""); print $0 }' Gemfile.lock)
ERROR: Could not find a valid gem 'bundler' (= 2.4.4), here is why:
Unable to download data from https://rubygems.org/ - Errno::EADDRNOTAVAIL: Failed to open TCP connection to rubygems.org:443 (Cannot assign requested address - connect(2) for "rubygems.org" port 443) (https://rubygems.org/specs.4.8.gz)
There was a short blip earlier where rubygems really had a problem, but as far as I can tell thats no longer the case. I can download everything here, just when trying to run through the launcher it does not work.
Yes, I did find a solution. it seems as if rubygem did have a problem at the time. I started the rebuild again the next morning and it went through just as it was supposed to.
Since I did not change anything and my internet connection was up and running (being my own ISP does have advantages) my only guess is that rubygems did in fact really have a problem.