mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
- Even after the cache is restored, `bundle install` still needs to hit RubyGems.org because there is no Gemfile.lock. There doesn't seem to be a way to tell it that everything it needs is right there in the `./bundle` directory. - Can't use `--standalone` due to bundler/bundler#2851 - It's not necessary to manually update RubyGems and Bundler anymore.
20 lines
145 B
Plaintext
20 lines
145 B
Plaintext
## PROJECT::GENERAL
|
|
coverage
|
|
rdoc
|
|
doc
|
|
log
|
|
pkg/*
|
|
tmp
|
|
.rvmrc
|
|
.rbenv*
|
|
|
|
## BUNDLER
|
|
bin
|
|
*.gem
|
|
.bundle
|
|
Gemfile.lock
|
|
/bundle
|
|
|
|
## PROJECT::SPECIFIC
|
|
.rbx
|