Skip to content

Instantly share code, notes, and snippets.

@ywatai
Created February 26, 2013 08:23
Show Gist options
  • Select an option

  • Save ywatai/5036951 to your computer and use it in GitHub Desktop.

Select an option

Save ywatai/5036951 to your computer and use it in GitHub Desktop.
bundler miss gems on git repository when running in bundler environment.
source "https://rugygems.org/"
gem "rails", git:"git://github.com/rails/rails.git"
% bundle --version
Bundler version 1.3.0
% bundle package --all => OK
% ruby -e 'exec "bundle package --all"' => OK
% bundle exec bundle package --all => NG
:
Could not find activesupport-4.0.0.beta1.gem for installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment