Skip to content

Instantly share code, notes, and snippets.

@rngadam
Created September 11, 2014 08:56
Show Gist options
  • Select an option

  • Save rngadam/30e60ad18235fa6ace95 to your computer and use it in GitHub Desktop.

Select an option

Save rngadam/30e60ad18235fa6ace95 to your computer and use it in GitHub Desktop.
bundle env on virtual machine
tcv@staging:~/src/webapp$ /home/tcv/.rvm/gems/ruby-2.0.0-p481/wrappers/bundle env
Bundler 1.6.2
Ruby 2.0.0 (2014-05-08 patchlevel 481) [x86_64-linux]
Rubygems 2.2.2
GEM_HOME /home/tcv/.rvm/gems/ruby-2.0.0-p481
GEM_PATH /home/tcv/.rvm/gems/ruby-2.0.0-p481:/home/tcv/.rvm/gems/ruby-2.0.0-p481@global
rubygems-bundler (1.4.4)
Bundler settings
mirror.https://rubygems.org
Set for the current user (/home/tcv/.bundle/config): "http://ruby.taobao.org/"
mirror.http://rubygems.org
Set for the current user (/home/tcv/.bundle/config): "http://ruby.taobao.org/"
jobs
Set for your local app (/home/tcv/src/webapp/.bundle/config): "8"
Gemfile
source 'http://rubygems.org'
gem 'rails', '4.1.1'
gem 'pg'
gem 'warden'
gem 'grape'
gem "simple_form", "~> 3.0.0"
gem 'haml-rails'
gem 'chosen-rails'
gem 'oily_png'
gem 'kaminari'
gem 'mini_magick'
gem 'carrierwave'
gem 'carrierwave_backgrounder'
gem 'resque-scheduler', :require => 'resque_scheduler'
gem 'resque-web', require: 'resque_web'
gem 'httparty'
gem 'exception_notification'
gem 'bcrypt-ruby', '~> 3.1.2'
gem 'grape-swagger'
gem 'grape-swagger-ui'
gem 'redis-rails'
gem 'retina_tag'
gem 'font-awesome-sass'
gem 'apn_sender', git: 'https://github.com/arthurnn/apn_sender'
gem 'draper' # Presenter
gem 'oj' # Faster json handling
gem 'twitter'
gem "geocoder"
gem 'rails-observers'
gem 'sass-rails', '~> 4.0.0'
gem 'sprockets', '2.11.0' # 2.12.0 is broken
gem 'uglifier', '>= 1.3.0'
# gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'fancybox2-rails', '~> 0.2.4'
gem 'turbolinks'
gem 'jquery-turbolinks'
# gem 'therubyracer', platforms: :ruby
gem 'jbuilder'
gem 'roo', require: false
gem 'thin', require: false
gem "ffaker", "~> 1.20.0"
gem "random_data", "~> 1.6.0"
# gem 'rubysl', require: false, platforms: :rbx
group :doc do
gem 'sdoc', require: false
end
group :development do
gem 'spring'
gem 'pry'
gem 'pry-rails'
gem 'pry-debugger'
gem 'capistrano'
gem 'rvm-capistrano'
gem 'quiet_assets'
gem 'brakeman', '~> 1.3', require: false
gem 'puma', require: false, platforms: [:rbx, :jruby]
gem 'mail_view'
gem 'better_errors'
gem 'binding_of_caller'
end
Gemfile.lock
GIT
remote: https://github.com/arthurnn/apn_sender
revision: 50bb2132a3c3773983ec6f377090da0be310b9bc
specs:
apn_sender (2.0.2)
activesupport (>= 3.1)
connection_pool
daemons
GEM
remote: http://rubygems.org/
specs:
actionmailer (4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
mail (~> 2.5.4)
actionpack (4.1.1)
actionview (= 4.1.1)
activesupport (= 4.1.1)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.1)
activesupport (= 4.1.1)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.1)
activesupport (= 4.1.1)
builder (~> 3.1)
activerecord (4.1.1)
activemodel (= 4.1.1)
activesupport (= 4.1.1)
arel (~> 5.0.0)
activesupport (4.1.1)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.6)
arel (5.0.1.20140414130214)
axiom-types (0.0.5)
descendants_tracker (~> 0.0.1)
ice_nine (~> 0.9)
bcrypt (3.1.7)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
better_errors (1.1.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
brakeman (1.9.5)
erubis (~> 2.6)
fastercsv (~> 1.5)
haml (>= 3.0, < 5.0)
highline (~> 1.6)
multi_json (~> 1.2)
ruby2ruby (= 2.0.3)
ruby_parser (~> 3.1.1)
sass (~> 3.0)
slim (~> 1.3.6)
terminal-table (~> 1.4)
buftok (0.2.0)
builder (3.2.2)
capistrano (2.15.5)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
carrierwave (0.9.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
json (>= 1.7)
carrierwave_backgrounder (0.3.0)
carrierwave (~> 0.5)
chosen-rails (1.1.0)
coffee-rails (>= 3.2)
compass-rails (>= 1.1.2)
railties (>= 3.0)
sass-rails (>= 3.2)
chunky_png (1.3.0)
coderay (1.1.0)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.7.0)
columnize (0.8.9)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.1.3)
compass (>= 0.12.2)
connection_pool (1.2.0)
daemons (1.1.9)
debug_inspector (0.0.2)
debugger (1.6.6)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.2)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.2)
descendants_tracker (0.0.3)
draper (1.3.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
activesupport (>= 3.0)
request_store (~> 1.0.3)
equalizer (0.0.9)
erubis (2.7.0)
eventmachine (1.0.3)
exception_notification (4.0.1)
actionmailer (>= 3.0.4)
activesupport (>= 3.0.4)
execjs (2.0.2)
fancybox2-rails (0.2.7)
railties (>= 3.1.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
fastercsv (1.5.5)
ffaker (1.20.0)
font-awesome-sass (4.0.3.1)
sass (~> 3.2)
fssm (0.2.10)
geocoder (1.1.4)
grape (0.6.1)
activesupport
builder
hashie (>= 1.2.0)
multi_json (>= 1.3.2)
multi_xml (>= 0.5.2)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus (>= 1.0.0)
grape-entity (0.4.1)
activesupport
multi_json (>= 1.3.2)
grape-swagger (0.7.2)
grape (>= 0.2.0)
grape-entity (>= 0.3.0)
kramdown (>= 1.3.1)
grape-swagger-ui (0.0.4)
haml-rails
railties (>= 3.1)
haml (4.0.5)
tilt
haml-rails (0.5.3)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 3.1, < 5.0)
railties (>= 4.0.1)
hashie (2.0.5)
highline (1.6.20)
hike (1.2.3)
http (0.6.1)
http_parser.rb (~> 0.6.0)
http_parser.rb (0.6.0)
httparty (0.13.0)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.9)
ice_nine (0.11.0)
jbuilder (2.0.4)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (3.1.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-turbolinks (2.0.2)
railties (>= 3.1.0)
turbolinks
json (1.8.1)
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kramdown (1.3.2)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mail_view (2.0.4)
tilt
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.8.2)
mime-types (1.25.1)
mini_magick (3.7.0)
subexec (~> 0.2.1)
mini_portile (0.5.2)
minitest (5.3.3)
mono_logger (1.1.0)
multi_json (1.10.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
naught (1.0.0)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.8.0)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oily_png (1.1.1)
chunky_png (~> 1.3.0)
oj (2.6.0)
pg (0.17.1)
polyglot (0.3.4)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry-debugger (0.2.2)
debugger (~> 1.3)
pry (~> 0.9.10)
pry-rails (0.3.2)
pry (>= 0.9.10)
puma (2.7.1)
rack (>= 1.1, < 2.0)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.5.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-protection (1.5.2)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (4.1.1)
actionmailer (= 4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
activemodel (= 4.1.1)
activerecord (= 4.1.1)
activesupport (= 4.1.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.1)
sprockets-rails (~> 2.0)
rails-observers (0.1.2)
activemodel (~> 4.0)
railties (4.1.1)
actionpack (= 4.1.1)
activesupport (= 4.1.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.1)
random_data (1.6.0)
rdoc (4.1.1)
json (~> 1.4)
redis (3.0.7)
redis-actionpack (4.0.0)
actionpack (~> 4)
redis-rack (~> 1.5.0)
redis-store (~> 1.1.0)
redis-activesupport (4.0.0)
activesupport (~> 4)
redis-store (~> 1.1.0)
redis-namespace (1.4.1)
redis (~> 3.0.4)
redis-rack (1.5.0)
rack (~> 1.5)
redis-store (~> 1.1.0)
redis-rails (4.0.0)
redis-actionpack (~> 4)
redis-activesupport (~> 4)
redis-store (~> 1.1.0)
redis-store (1.1.4)
redis (>= 2.2)
request_store (1.0.5)
resque (1.25.1)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
resque-scheduler (2.5.4)
redis (~> 3.0.4)
resque (~> 1.25.1)
rufus-scheduler (~> 2.0.24)
resque-web (0.0.4)
coffee-rails
jquery-rails
resque
sass-rails
twitter-bootstrap-rails
retina_tag (1.2.2)
jquery-rails
rails (>= 4.0)
roo (1.13.2)
nokogiri
rubyzip
spreadsheet (> 0.6.4)
ruby-ole (1.2.11.7)
ruby2ruby (2.0.3)
ruby_parser (~> 3.1)
sexp_processor (~> 4.0)
ruby_parser (3.1.3)
sexp_processor (~> 4.1)
rubyzip (1.1.0)
rufus-scheduler (2.0.24)
tzinfo (>= 0.3.22)
rvm-capistrano (1.5.1)
capistrano (~> 2.15.4)
sass (3.2.14)
sass-rails (4.0.1)
railties (>= 4.0.0, < 5.0)
sass (>= 3.1.10)
sprockets-rails (~> 2.0.0)
sdoc (0.4.0)
json (~> 1.8)
rdoc (~> 4.0, < 5.0)
sexp_processor (4.4.1)
simple_form (3.0.2)
actionpack (~> 4.0)
activemodel (~> 4.0)
simple_oauth (0.2.0)
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slim (1.3.9)
temple (~> 0.6.3)
tilt (~> 1.3, >= 1.3.3)
slop (3.5.0)
spreadsheet (0.9.7)
ruby-ole (>= 1.0)
spring (1.1.3)
sprockets (2.11.0)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
subexec (0.2.3)
temple (0.6.7)
terminal-table (1.4.5)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.1)
coffee-rails
twitter (5.11.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
equalizer (~> 0.0.9)
faraday (~> 0.9.0)
http (~> 0.6.0)
http_parser.rb (~> 0.6.0)
json (~> 1.8)
memoizable (~> 0.4.0)
naught (~> 1.0)
simple_oauth (~> 0.2.0)
twitter-bootstrap-rails (2.2.8)
actionpack (>= 3.1)
execjs
rails (>= 3.1)
railties (>= 3.1)
tzinfo (1.1.0)
thread_safe (~> 0.1)
uglifier (2.4.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
vegas (0.1.11)
rack (>= 1.0.0)
virtus (1.0.1)
axiom-types (~> 0.0.5)
coercible (~> 1.0)
descendants_tracker (~> 0.0.1)
equalizer (~> 0.0.7)
warden (1.2.3)
rack (>= 1.0)
PLATFORMS
ruby
DEPENDENCIES
apn_sender!
bcrypt-ruby (~> 3.1.2)
better_errors
binding_of_caller
brakeman (~> 1.3)
capistrano
carrierwave
carrierwave_backgrounder
chosen-rails
draper
exception_notification
fancybox2-rails (~> 0.2.4)
ffaker (~> 1.20.0)
font-awesome-sass
geocoder
grape
grape-swagger
grape-swagger-ui
haml-rails
httparty
jbuilder
jquery-rails
jquery-turbolinks
kaminari
mail_view
mini_magick
oily_png
oj
pg
pry
pry-debugger
pry-rails
puma
quiet_assets
rails (= 4.1.1)
rails-observers
random_data (~> 1.6.0)
redis-rails
resque-scheduler
resque-web
retina_tag
roo
rvm-capistrano
sass-rails (~> 4.0.0)
sdoc
simple_form (~> 3.0.0)
spring
sprockets (= 2.11.0)
thin
turbolinks
twitter
uglifier (>= 1.3.0)
warden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment