Ches Martin
Ches Martin
Because this box is always woefully behind, I would recommend that you all just use [yungsang/boot2docker](https://atlas.hashicorp.com/yungsang/boxes/boot2docker), or else get used to building your own up-to-date version of this box by...
Basically a dupe of #75, I have left a suggestion for you there @gescribano.
Just perusing old open pull requests... bump :-)
It seems that the issue is `require 'active_support'` loading ActiveSupport 3+ if it is installed. Changing the require in `lib/gembox.rb` to `require 'activesupport'` works for me.
How about we just use ActiveSupport 3 and put this behind us? https://github.com/quirkey/gembox/pull/14 There's also a fix in there for Gem::Dependency#version_requirements being gone in newer versions of rubygems, if anyone...
Are you running Docker on OS X or Windows via docker-machine or boot2docker? In that case you're probably running into this, probably the single worst remaining Docker usability issue for...
What's the command you're using to run the container, and what are the permissions on the directory that you're mounting for the volume?
I haven't tested this approach for awhile, it might take some time before I have a chance to, but I would imagine that a kludgey solution to give you a...
Sorry for the delayed response @MazizEsa, for anyone else that different `lost+found` issue has a response on #28.
Hi, No problem, I've been meaning to add Docker Compose examples for ages, in fact I have some sitting around in my local working copy that I just need to...