Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

If you run bundle and receive the message: 
 
Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed
 
You might need to update your gem version - issue the following: 
$ gem -v

if less than 1.8.24, update using:

$ gem update --system
 

The 'json' native gem requires installed build tools

If you are trying to run bundle install or rake version:write ib windows and receive the message The 'json' native gem requires installed build tools or 

Gem::InstallError: The 'json' native gem requires installed build tools.

Please update your PATH to include build tools 

you can resolve by doing the following:

Visit  

http://rubyinstaller.org/downloads

and download the development kit (make sure you download the link for the development kit, not ruby,etc) 

Once downloaded, follow the instructions on:

https://github.com/oneclick/rubyinstaller/wiki/Development-Kit