Created
September 3, 2010 13:49
-
-
Save epogue/563896 to your computer and use it in GitHub Desktop.
This file contains 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
Bundler version 1.0.0 | |
Ruby version 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] | |
RVM version 1.0.1 with environment: | |
ruby-1.9.2-p0: | |
system: | |
uname: "Darwin Goliath.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386" | |
zsh: "zsh 4.3.9 (i386-apple-darwin10.0)" | |
bash: "GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
rvm: | |
version: "rvm 1.0.1 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" | |
ruby: | |
interpreter: "ruby" | |
version: "1.9.2p0" | |
date: "2010-08-18" | |
platform: "x86_64-darwin10.4.0" | |
patchlevel: "2010-08-18 revision 29036" | |
full_version: "ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]" | |
homes: | |
gem: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" | |
ruby: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0" | |
binaries: | |
ruby: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin/ruby" | |
irb: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin/irb" | |
gem: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin/gem" | |
rake: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0/bin/rake" | |
environment: | |
PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0/bin:/Users/epogue/.rvm/gems/ruby-1.9.2-p0@global/bin:/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin:/Users/epogue/.rvm/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" | |
GEM_HOME: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" | |
GEM_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0:/Users/epogue/.rvm/gems/ruby-1.9.2-p0@global" | |
BUNDLE_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" | |
MY_RUBY_HOME: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0" | |
IRBRC: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
Gemfile: | |
source 'http://rubygems.org' | |
gem 'rails', '3.0.0' | |
gem 'sqlite3-ruby', :require => 'sqlite3' | |
group :production do | |
gem 'devise' | |
end | |
Gemfile.lock: | |
GEM | |
remote: http://rubygems.org/ | |
specs: | |
abstract (1.0.0) | |
actionmailer (3.0.0) | |
actionpack (= 3.0.0) | |
mail (~> 2.2.5) | |
actionpack (3.0.0) | |
activemodel (= 3.0.0) | |
activesupport (= 3.0.0) | |
builder (~> 2.1.2) | |
erubis (~> 2.6.6) | |
i18n (~> 0.4.1) | |
rack (~> 1.2.1) | |
rack-mount (~> 0.6.12) | |
rack-test (~> 0.5.4) | |
tzinfo (~> 0.3.23) | |
activemodel (3.0.0) | |
activesupport (= 3.0.0) | |
builder (~> 2.1.2) | |
i18n (~> 0.4.1) | |
activerecord (3.0.0) | |
activemodel (= 3.0.0) | |
activesupport (= 3.0.0) | |
arel (~> 1.0.0) | |
tzinfo (~> 0.3.23) | |
activeresource (3.0.0) | |
activemodel (= 3.0.0) | |
activesupport (= 3.0.0) | |
activesupport (3.0.0) | |
arel (1.0.1) | |
activesupport (~> 3.0.0) | |
bcrypt-ruby (2.1.2) | |
builder (2.1.2) | |
devise (1.1.2) | |
bcrypt-ruby (~> 2.1.2) | |
warden (~> 0.10.7) | |
erubis (2.6.6) | |
abstract (>= 1.0.0) | |
i18n (0.4.1) | |
mail (2.2.5) | |
activesupport (>= 2.3.6) | |
mime-types | |
treetop (>= 1.4.5) | |
mime-types (1.16) | |
polyglot (0.3.1) | |
rack (1.2.1) | |
rack-mount (0.6.13) | |
rack (>= 1.0.0) | |
rack-test (0.5.4) | |
rack (>= 1.0) | |
rails (3.0.0) | |
actionmailer (= 3.0.0) | |
actionpack (= 3.0.0) | |
activerecord (= 3.0.0) | |
activeresource (= 3.0.0) | |
activesupport (= 3.0.0) | |
bundler (~> 1.0.0) | |
railties (= 3.0.0) | |
railties (3.0.0) | |
actionpack (= 3.0.0) | |
activesupport (= 3.0.0) | |
rake (>= 0.8.4) | |
thor (~> 0.14.0) | |
rake (0.8.7) | |
sqlite3-ruby (1.3.1) | |
thor (0.14.0) | |
treetop (1.4.8) | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.23) | |
warden (0.10.7) | |
rack (>= 1.0.0) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
devise | |
rails (= 3.0.0) | |
sqlite3-ruby | |
Result of bundle config (when installing without flags): | |
Settings are listed in order of priority. The top value will be used. | |
disable_shared_gems | |
Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "1" | |
without | |
Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "" | |
path | |
Set via $BUNDLE_BUNDLE_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" | |
Result of bundle config (when using --without production): | |
Settings are listed in order of priority. The top value will be used. | |
disable_shared_gems | |
Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "1" | |
without | |
Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "production" | |
path | |
Set via $BUNDLE_BUNDLE_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment