More Exciting than War and simultaneously More Regenerative than Peace
2021-03-26 FreeBSD 12.2 upgrade
_ Upgraded to FreeBSD 12.2. tDiary stopped working.
the message was
"freebsd Could not find rake-13.0.1 in any of the sources (Bundler::GemNotFound)"
looks like system could not find gem and bundler.
I went to new location /usr/ports/devel/ruby-gems
uninstalled old version by
> sudo make deinstall
> make install RUBY_VER=2.6
and
> gem install bundler
I went to tDiary directory
> bundler
everything was fixed.