The website wrapbootstrap.com sells Twitter Bootstrap themes. The theme I purchased was built on Middleman and my hope was to get it live and running in Middleman before trying to get it running on rails. I contacted the seller multiple times through the site without an answer so I am turning to SO for help.
Using a Vagrant VM, I am able to get Middleman up and running with the "MIDDLEMAN IS WATCHING" base page when I go to localhost:8886 (My vagrantfile is set up to redirect port 8000 to 8886 on my local host).
With Middleman working, I move on to getting the wrapbootstrap theme up and running:
I fixed this in a couple ways.
It is the Core Admin theme from Wrapbootstrap and it comes with a Bootstrap 3.0 and a Bootstrap 2.0 version.
I switched to the Bootstrap 2.0 version then deleted the gemlock file and re-ran bundle install