Created
February 26, 2013 08:23
-
-
Save ywatai/5036951 to your computer and use it in GitHub Desktop.
bundler miss gems on git repository when running in bundler environment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source "https://rugygems.org/" | |
| gem "rails", git:"git://github.com/rails/rails.git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % 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