You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
When I have gems, spefcified in gemfile with:git, running container fails with bundler error.
Gemfile:
# secure token auth for devisegem'simple_token_authentication',git: 'https://github.com/gonzalo-bulnes/simple_token_authentication.git'
Error:
[ivko@thinkpad-e530 test]$ docker run -p 3000 --link test-postgres:postgres test
/usr/local/lib/ruby/gems/2.1.0/gems/bundler-1.7.3/lib/bundler/source/git/git_proxy.rb:151:
in `allowed_in_path': The git source https://github.com/gonzalo-bulnes/simple_token_authentication.git
is not yet checked out. Please run `bundle install` before trying to start your application
(Bundler::GitError)