Skip to content

Instantly share code, notes, and snippets.

@akatz
Created December 23, 2010 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akatz/753551 to your computer and use it in GitHub Desktop.
Save akatz/753551 to your computer and use it in GitHub Desktop.
Gemfile
GIT
remote: git://github.com/akatz/carrierwave.git
revision: 95ecfeddb4a271be416636e68390a2f3bc9df43f
branch: dropbox
specs:
carrierwave (0.5.1)
activesupport (~> 3.0)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.3)
PLATFORMS
ruby
DEPENDENCIES
carrierwave!
source :gemcutter
group :development do
gem "carrierwave", :git => "git://github.com/akatz/carrierwave.git", :branch => "dropbox"
end
➜ test_carrierwave_gemfile ls -al
total 16
drwxr-xr-x 6 akatz staff 204 Dec 23 16:29 .
drwxr-xr-x 99 akatz staff 3366 Dec 23 15:56 ..
drwxr-xr-x 3 akatz staff 102 Dec 23 16:29 .bundle
-rw-r--r-- 1 akatz staff 134 Dec 23 16:01 Gemfile
-rw-r--r-- 1 akatz staff 302 Dec 23 15:55 Gemfile.lock
drwxr-xr-x 3 akatz staff 102 Dec 23 16:29 vendor
➜ test_carrierwave_gemfile rm -rf .bundle vendor ➜ test_carrierwave_gemfile ls -al
total 16
drwxr-xr-x 4 akatz staff 136 Dec 23 16:29 .
drwxr-xr-x 99 akatz staff 3366 Dec 23 15:56 ..
-rw-r--r-- 1 akatz staff 134 Dec 23 16:01 Gemfile
-rw-r--r-- 1 akatz staff 302 Dec 23 15:55 Gemfile.lock
➜ test_carrierwave_gemfile bundle install --deployment --without development
git@github.com:akatz/carrierwave.git (at dropbox) is not checked out. Please run `bundle install`
➜ test_carrierwave_gemfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment