Re: Problems with gem library path when using bundle

2016-03-07 Thread sebb
On 7 March 2016 at 17:57, Sam Ruby wrote: > On Mon, Mar 7, 2016 at 10:41 AM, sebb wrote: >> I have two ruby installations on MacOSX; 2.3.0 (/usr/local/bin/ruby) >> and 2.0.0 (/usr/bin/ruby) >> >> Since installing 2.3.0 and making it the default, ruby can no longer >> find most of the gems. >> >>

Re: Problems with gem library path when using bundle

2016-03-07 Thread Sam Ruby
On Mon, Mar 7, 2016 at 10:41 AM, sebb wrote: > I have two ruby installations on MacOSX; 2.3.0 (/usr/local/bin/ruby) > and 2.0.0 (/usr/bin/ruby) > > Since installing 2.3.0 and making it the default, ruby can no longer > find most of the gems. > > This is because the gem environment is different for