Skip to content

Instantly share code, notes, and snippets.

@wincent
Created July 28, 2010 05:28
Show Gist options
  • Save wincent/493479 to your computer and use it in GitHub Desktop.
Save wincent/493479 to your computer and use it in GitHub Desktop.
$ bundle config
Settings are listed in order of priority. The top value will be used.
bin
Set for your local app (/Users/wincent/trabajo/unversioned/wincent.com/src/.bundle/config): "bin"
path
Set for your local app (/Users/wincent/trabajo/unversioned/wincent.com/src/.bundle/config): "~/.bundle"
Set via $BUNDLE_BUNDLE_PATH: "/Users/wincent/.bundle"
---
BUNDLE_BIN: bin
BUNDLE_PATH: ~/.bundle
source 'http://rubygems.org'
platforms :ruby_18 do
gem 'haml', '>= 3.0.14'
gem 'mysql', '2.8.1'
gem 'rails', '3.0.0.rc'
gem 'wikitext', '2.0'
group :development, :test do
gem 'factory_girl_rails' # want factories in development console
gem 'rspec-rails', '>= 2.0.0.beta.17' # needed for generators to work
end
group :development do
gem 'ruby-debug'
end
group :test do
gem 'autotest', :require => nil
gem 'capybara', :git => 'git://github.com/jnicklas/capybara.git'
gem 'culerity'
gem 'database_cleaner'
gem 'hpricot'
gem 'launchy'
gem 'mkdtemp'
gem 'mongrel', :require => nil
gem 'rcov'
gem 'rr', :git => 'git://github.com/btakita/rr.git'
gem 'steak', :git => 'git://github.com/cavalle/steak.git'
end
end
platforms :jruby do
group :test do
gem 'celerity', '>= 0.8.0.beta.1'
gem 'jruby-openssl'
end
end
source 'http://rubygems.org'
platforms :ruby_18 do
gem 'haml', '>= 3.0.14'
gem 'mysql', '2.8.1'
gem 'rails', :git => 'git://github.com/rails/rails.git',
:ref => 'bd1666ad1de88598ed6f04ceffb8488a77be4385'
gem 'wikitext', '2.0'
group :development, :test do
gem 'factory_girl_rails' # want factories in development console
gem 'rspec-rails', '>= 2.0.0.beta.17' # needed for generators to work
end
group :development do
gem 'ruby-debug'
end
group :test do
gem 'autotest', :require => nil
gem 'capybara', :git => 'git://github.com/jnicklas/capybara.git'
gem 'culerity'
gem 'database_cleaner'
gem 'hpricot'
gem 'launchy'
gem 'mkdtemp'
gem 'mongrel', :require => nil
gem 'rcov'
gem 'rr', :git => 'git://github.com/btakita/rr.git'
gem 'steak', :git => 'git://github.com/cavalle/steak.git'
end
end
platforms :jruby do
group :test do
gem 'celerity', '>= 0.8.0.beta.1'
gem 'jruby-openssl'
end
end
GIT
remote: git://github.com/btakita/rr.git
revision: f3693bd
specs:
rr (0.10.11)
GIT
remote: git://github.com/cavalle/steak.git
revision: 0c137d3
specs:
steak (0.4.0.beta.1)
rspec-core (>= 2.0.0.beta.9)
GIT
remote: git://github.com/jnicklas/capybara.git
revision: c6edcf7
specs:
capybara (0.3.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.3)
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.0.rc)
actionpack (= 3.0.0.rc)
mail (~> 2.2.5)
actionpack (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
rack (~> 1.2.1)
rack-mount (~> 0.6.9)
rack-test (~> 0.5.4)
tzinfo (~> 0.3.22)
activemodel (3.0.0.rc)
activesupport (= 3.0.0.rc)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
arel (~> 0.4.0)
tzinfo (~> 0.3.22)
activeresource (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
activesupport (3.0.0.rc)
arel (0.4.0)
activesupport (>= 3.0.0.beta)
autotest (4.3.2)
builder (2.1.2)
celerity (0.8.0.beta.3)
cgi_multipart_eof_fix (2.5.0)
columnize (0.3.1)
configuration (1.1.0)
culerity (0.2.10)
daemons (1.1.0)
database_cleaner (0.5.2)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (1.3.1)
factory_girl_rails (1.0)
factory_girl (~> 1.3)
rails (>= 3.0.0.beta4)
fastthread (1.0.7)
ffi (0.6.3)
rake (>= 0.8.7)
gem_plugin (0.2.3)
haml (3.0.14)
hpricot (0.8.2)
i18n (0.4.1)
jruby-openssl (0.7)
json_pure (1.4.3)
launchy (0.3.7)
configuration (>= 0.0.5)
rake (>= 0.8.1)
linecache (0.43)
mail (2.2.5)
activesupport (>= 2.3.6)
mime-types
treetop (>= 1.4.5)
mime-types (1.16)
mkdtemp (1.1.1)
mongrel (1.1.5)
cgi_multipart_eof_fix (>= 2.4)
daemons (>= 1.0.3)
fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3)
mysql (2.8.1)
nokogiri (1.4.2)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.9)
rack (>= 1.0.0)
rack-test (0.5.4)
rack (>= 1.0)
rails (3.0.0.rc)
actionmailer (= 3.0.0.rc)
actionpack (= 3.0.0.rc)
activerecord (= 3.0.0.rc)
activeresource (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
bundler (>= 1.0.0.rc.1)
railties (= 3.0.0.rc)
railties (3.0.0.rc)
actionpack (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
rake (>= 0.8.3)
thor (~> 0.14.0)
rake (0.8.7)
rcov (0.9.8)
rspec (2.0.0.beta.19)
rspec-core (= 2.0.0.beta.19)
rspec-expectations (= 2.0.0.beta.19)
rspec-mocks (= 2.0.0.beta.19)
rspec-core (2.0.0.beta.19)
rspec-expectations (2.0.0.beta.19)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.19)
rspec-rails (2.0.0.beta.19)
rspec (= 2.0.0.beta.19)
webrat (>= 0.7.2.beta.1)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
rubyzip (0.9.4)
selenium-webdriver (0.0.27)
ffi (>= 0.6.1)
json_pure
rubyzip
thor (0.14.0)
treetop (1.4.8)
polyglot (>= 0.3.1)
tzinfo (0.3.22)
webrat (0.7.2.beta.1)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
wikitext (2.0)
PLATFORMS
java
ruby
DEPENDENCIES
autotest
capybara!
celerity (>= 0.8.0.beta.1)
culerity
database_cleaner
factory_girl_rails
haml (>= 3.0.14)
hpricot
jruby-openssl
launchy
mkdtemp
mongrel
mysql (= 2.8.1)
rails (= 3.0.0.rc)
rcov
rr!
rspec-rails (>= 2.0.0.beta.17)
ruby-debug
steak!
wikitext (= 2.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment