Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann

tbuehlmann/env Secret

Last active December 31, 2015 15:49
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 tbuehlmann/32847713d055f0030ca8 to your computer and use it in GitHub Desktop.
Save tbuehlmann/32847713d055f0030ca8 to your computer and use it in GitHub Desktop.
$ bundle env
Bundler 1.3.5
Ruby 1.9.3 (2013-11-14 patchlevel 392) [java]
Rubygems 2.1.9
GEM_HOME
Bundler settings
path
Set for your local app (/tmp/http_test/.bundle/config): "vendor/bundle"
disable_shared_gems
Set for your local app (/tmp/http_test/.bundle/config): "1"
Gemfile
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.2'
# Use jdbcsqlite3 as the database for Active Record
gem 'activerecord-jdbcsqlite3-adapter'
# Use SCSS for stylesheets
# gem 'sass-rails', '~> 4.0.0'
# Use Uglifier as compressor for JavaScript assets
# gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .js.coffee assets and views
# gem 'coffee-rails', '~> 4.0.0'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyrhino'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
# gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 1.2'
# group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
# gem 'sdoc', require: false
# end
# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.1.2'
# Use unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano', group: :development
Gemfile.lock
<No Gemfile.lock found>
$ bundle install --path=vendor/bundle --verbose
Fetching from: https://rubygems.org/api/v1/dependencies
Fetching source index from https://rubygems.org/
Resolving dependencies...Fetching from: https://rubygems.org/quick/Marshal.4.8/rails-4.0.2.gemspec.rz
Network error while fetching
https://rubygems.org/quick/Marshal.4.8/rails-4.0.2.gemspec.rz
Bundler::HTTPError: Network error while fetching https://rubygems.org/quick/Marshal.4.8/rails-4.0.2.gemspec.rz
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/fetcher.rb:211:in `fetch'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/fetcher.rb:92:in `fetch_spec'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/remote_specification.rb:46:in `_remote_specification'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/remote_specification.rb:51:in `method_missing'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:101:in `__dependencies'
org/jruby/RubyArray.java:1613:in `each'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:98:in `__dependencies'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:68:in `activate_platform'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:350:in `resolve_requirement'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:304:in `resolve'
org/jruby/RubyArray.java:1693:in `reverse_each'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:303:in `resolve'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:168:in `start'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:129:in `resolve'
org/jruby/RubyKernel.java:1284:in `catch'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/resolver.rb:128:in `resolve'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/definition.rb:179:in `resolve'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/definition.rb:109:in `resolve_remotely!'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/installer.rb:81:in `run'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/installer.rb:14:in `install'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/cli.rb:247:in `install'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/vendor/thor/task.rb:27:in `run'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/vendor/thor.rb:344:in `dispatch'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/vendor/thor/base.rb:434:in `start'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/bin/bundle:20:in `(root)'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/lib/bundler/friendly_errors.rb:3:in `with_friendly_errors'
/home/torquebox/torquebox-3.0.1/jruby/lib/ruby/gems/shared/gems/bundler-1.3.5/bin/bundle:20:in `(root)'
org/jruby/RubyKernel.java:1103:in `load'
/home/torquebox/torquebox-3.0.1/jruby/bin/bundle:23:in `(root)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment