On Sun, Aug 1, 2021 at 5:18 PM sebb <seb...@gmail.com> wrote: > > On Sun, 1 Aug 2021 at 21:34, Craig Russell <apache....@gmail.com> wrote: > > > > So I had a very old checkout of whimsy in my /srv repository. I cloned a > > new copy and it started the server and opened a web page to whimsy.local. I > > went to secretary/workbench and now just have one small issue. I don't > > recall how I got wunderbar but maybe it's now installed in the wrong place? > > [2] > > > > And bundle update fails. [1] > > > > I really really do not want to upgrade my machine... > > In which case, Docker may be your friend.
+1 Ruby is provided by MacOSX. ruby.h is provided by XCode's command line interface (xcode-select) json is one of the most common gems If your system can't install the json gem, it is unlikely that you will be able to run many Ruby applications, and certainly can't run whimsy. My experience is that reinstalling xcode-select is sometimes necessary, but solves the problem. Unfortunately, this hasn't worked for you. Alternatives include containers and VMs, and at the present time there only are up to date instructions for getting set up with Docker. - Sam Ruby P.S. I don't see these problems with node, which is NOT provided with Mac OSX. But a rewrite of the workbench application to another language is a non-trivial effort.