Skip to content

Instantly share code, notes, and snippets.

@jacobat
Created December 3, 2013 18:46
Show Gist options
  • Save jacobat/7775136 to your computer and use it in GitHub Desktop.
Save jacobat/7775136 to your computer and use it in GitHub Desktop.
Bundler performance
source 'http://rubygems.org'
gem 'rails', '3.2.8'
gem 'pg'
gem 'retryable-rb'
gem 'mime-types', :require => 'mime/types'
gem 'nokogiri'
gem "newrelic_rpm"
gem "addressable"
gem "RedCloth"
gem "to_xls"
gem "spreadsheet"
gem 'carrierwave'
gem "slim-rails"
gem 'dalli'
gem 'kgio' # Speed up dalli
gem 'fog', "~> 1.18.0"
gem 'psych', "~> 1.3.4"
gem "state_machine"
gem "delocalize"
gem "airbrake"
gem "mini_magick"
gem "dynamic_form"
gem "will_paginate"
gem "jacobat-htmldiff", :require => 'htmldiff'
gem 'delayed_job_active_record'
gem "paper_trail"
gem 'paranoia'
gem 'money'
gem 'eu_central_bank'
gem 'rails-i18n'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'jquery-migrate-rails'
gem 'markitup_rails'
gem 'bluecloth'
gem 'rabl'
gem 'piet'
gem "geocoder"
gem 'cloudfiles'
gem "unicorn"
gem "dogstatsd-ruby", :require => "statsd"
gem 'strong_parameters'
gem 'simple_form'
gem 'will_paginate-bootstrap'
gem 'exact_target_ftp'
gem 'spam_trap'
gem 'it'
gem 'mercury-rails'
gem 'bourbon'
gem 'spintax_parser'
gem 'yajl-ruby'
gem "custom_report"
group :assets do
gem 'bootstrap-sass'
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier', ">= 1.0.3"
gem 'therubyracer'
gem "select2-rails"
gem "asset_sync"
gem 'eco'
end
group :development, :profiling, :test do
gem "rack-mini-profiler"
gem "rspec-rails"
gem 'konacha'
gem 'rails3-generators', :require => false
gem 'railroady', :require => false
gem 'cloudfiles_cli', :require => false
end
group :test do
gem "faker"
gem 'fuubar'
gem 'factory_girl_rails'
gem 'capybara', "~> 1.1.4"
gem 'launchy'
gem 'poltergeist', "~> 1.0.1"
gem 'database_cleaner'
gem 'shoulda-matchers'
gem 'timecop'
gem 'vcr'
gem 'webmock'
end
group :development do
gem "routes", :require => false
gem "thin", :require => false
gem 'capistrano', :require => false
gem 'capistrano_colors', :require => false
gem "awesome_print", :require => false
gem "wirble", :require => false
gem "hirb", :require => false
gem "parallel_tests"
gem 'flowdock', :require => false
gem "deploy_and_deliver", :require => false
gem 'libxml-ruby', ">= 2.4", :require => false
gem "ruby-graphviz", ">= 0.9.0", :require => false
gem "phrase"
end
group :production do
gem "SyslogLogger", "~> 2.0", :require => 'syslog/logger'
gem 'whenever', :require => false
end
group :development, :profiling do
gem "rack-mini-profiler"
gem 'better_errors'
gem 'binding_of_caller'
gem 'meta_request'
gem 'active_record_query_trace'
end
group :staging do
gem "phrase"
end
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
SyslogLogger (2.0)
actionmailer (3.2.8)
actionpack (= 3.2.8)
mail (~> 2.4.4)
actionpack (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.3)
active_record_query_trace (1.3)
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
airbrake (3.1.8)
activesupport
builder
json
arel (3.0.2)
asset_sync (0.5.0)
activemodel
fog
awesome_print (0.4.0)
backports (3.3.3)
better_errors (1.0.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bluecloth (2.2.0)
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
bourbon (3.1.8)
sass (>= 3.2.0)
thor
builder (3.0.4)
callsite (0.0.11)
capistrano (2.12.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano_colors (0.5.5)
capybara (1.1.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
carrierwave (0.6.2)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
chronic (0.10.2)
cloudfiles (1.5.0.1)
json
cloudfiles_cli (0.0.4)
fog
thor
coderay (1.1.0)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
colorize (0.5.8)
crack (0.4.1)
safe_yaml (~> 0.9.0)
custom_report (0.0.1)
activesupport (>= 3.2.8)
rails (>= 3.2.8)
daemons (1.1.9)
dalli (2.6.4)
database_cleaner (1.1.1)
debug_inspector (0.0.2)
delayed_job (3.0.2)
activesupport (~> 3.0)
delayed_job_active_record (0.3.2)
activerecord (> 2.1.0)
delayed_job (~> 3.0.0)
delocalize (0.2.6)
deploy_and_deliver (2.1.3)
pivotal-tracker (~> 0.4.1)
diff-lcs (1.2.4)
dogstatsd-ruby (1.2.0)
dynamic_form (1.1.4)
eco (1.0.0)
coffee-script
eco-source
execjs
eco-source (1.1.0.rc.1)
erubis (2.7.0)
eu_central_bank (0.3.2)
money (>= 5.0.0)
nokogiri
eventmachine (1.0.3)
exact_target_ftp (0.0.1)
net-sftp
excon (0.28.0)
execjs (2.0.2)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.2.1)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
faker (1.2.0)
i18n (~> 0.5)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.9.0)
flowdock (0.3.0)
httparty (~> 0.7)
multi_json
fog (1.18.0)
builder
excon (~> 0.28.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5)
ruby-hmac
formatador (0.2.4)
fuubar (1.2.1)
rspec (~> 2.0)
rspec-instafail (~> 0.2.0)
ruby-progressbar (~> 1.0)
geocoder (1.1.8)
happymapper (0.4.0)
libxml-ruby (~> 2.0)
highline (1.6.12)
hike (1.2.3)
hirb (0.3.4)
http_parser.rb (0.5.3)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
i18n (0.6.5)
it (0.2.4)
actionpack (>= 3.0.0)
jacobat-htmldiff (0.0.2)
journey (1.0.4)
jquery-migrate-rails (1.2.1)
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.0.4)
jquery-rails
railties (>= 3.1.0)
json (1.8.1)
kgio (2.7.4)
konacha (2.6.0)
actionpack (>= 3.1, < 5)
capybara
colorize
railties (>= 3.1, < 5)
sprockets
launchy (2.1.0)
addressable (~> 2.2.6)
libv8 (3.16.14.3)
libxml-ruby (2.7.0)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
markitup_rails (0.1.0)
bluecloth
rails (~> 3.1)
mercury-rails (0.9.0)
coffee-rails
railties (~> 3.2)
meta_request (0.2.8)
callsite
rack-contrib
railties
mime-types (1.25.1)
mini_magick (3.4)
subexec (~> 0.2.1)
mini_portile (0.5.2)
money (5.0.0)
i18n (~> 0.4)
json
multi_json (1.1.0)
multi_xml (0.5.1)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.7.0)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
newrelic_rpm (3.5.3.25)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
paper_trail (2.7.2)
activerecord (~> 3.0)
railties (~> 3.0)
parallel (0.5.16)
parallel_tests (0.7.4)
parallel
paranoia (1.3.1)
activerecord (~> 3.2)
pg (0.17.0)
phrase (0.4.15)
colorize
i18n
json
piet (0.1.0)
pivotal-tracker (0.4.1)
builder
builder
happymapper (>= 0.3.2)
happymapper (>= 0.3.2)
nokogiri (>= 1.4.3)
nokogiri (~> 1.4)
rest-client (~> 1.6.0)
rest-client (~> 1.6.0)
poltergeist (1.0.3)
capybara (~> 1.1)
childprocess (~> 0.3)
faye-websocket (~> 0.4.4)
http_parser.rb (~> 0.5.3)
multi_json (~> 1.0)
polyglot (0.3.3)
psych (1.3.4)
rabl (0.6.1)
activesupport (>= 2.3.14)
multi_json (~> 1.1.0)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-mini-profiler (0.1.31)
rack (>= 1.1.3)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
railroady (1.0.2)
rails (3.2.8)
actionmailer (= 3.2.8)
actionpack (= 3.2.8)
activerecord (= 3.2.8)
activeresource (= 3.2.8)
activesupport (= 3.2.8)
bundler (~> 1.0)
railties (= 3.2.8)
rails-i18n (3.0.0)
i18n (~> 0.5)
rails (>= 3.0.0, < 4.0.0)
rails3-generators (0.17.4)
railties (>= 3.0.0)
railties (3.2.8)
actionpack (= 3.2.8)
activesupport (= 3.2.8)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.10.0)
rake (10.1.0)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
retryable-rb (1.1.0)
routes (0.1.4)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-instafail (0.2.4)
rspec-mocks (2.14.3)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
ruby-graphviz (1.0.4)
ruby-hmac (0.4.0)
ruby-ole (1.2.11.4)
ruby-progressbar (1.2.0)
rubyzip (0.9.9)
safe_yaml (0.9.7)
sass (3.2.12)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
select2-rails (3.2.1)
thor (~> 0.14)
selenium-webdriver (2.35.1)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (< 1.0.0)
websocket (~> 1.0.4)
shoulda-matchers (2.3.0)
activesupport (>= 3.0.0)
simple_form (2.0.4)
actionpack (~> 3.0)
activemodel (~> 3.0)
slim (2.0.1)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
slim-rails (2.0.1)
actionpack (>= 3.0, < 4.1)
activesupport (>= 3.0, < 4.1)
railties (>= 3.0, < 4.1)
slim (~> 2.0)
spam_trap (0.0.1)
slim
spintax_parser (0.2.1)
backports (~> 3.3)
spreadsheet (0.6.5.9)
ruby-ole (>= 1.0)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
state_machine (1.1.2)
strong_parameters (0.1.3)
actionpack (>= 3.2.0)
activemodel (>= 3.2.0)
subexec (0.2.2)
temple (0.6.6)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.18.1)
tilt (1.4.1)
timecop (0.6.3)
to_xls (1.0.0)
spreadsheet (> 0)
spreadsheet
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unicorn (4.3.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
vcr (2.6.0)
webmock (1.13.0)
addressable (>= 2.2.7)
crack (>= 0.3.2)
websocket (1.0.7)
whenever (0.8.4)
activesupport (>= 2.3.4)
chronic (>= 0.6.3)
will_paginate (3.0.5)
will_paginate-bootstrap (0.2.2)
will_paginate (>= 3.0.3)
wirble (0.1.3)
xpath (0.1.4)
nokogiri (~> 1.3)
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
RedCloth
SyslogLogger (~> 2.0)
active_record_query_trace
addressable
airbrake
asset_sync
awesome_print
better_errors
binding_of_caller
bluecloth
bootstrap-sass
bourbon
capistrano
capistrano_colors
capybara (~> 1.1.4)
carrierwave
cloudfiles
cloudfiles_cli
coffee-rails
custom_report
dalli
database_cleaner
delayed_job_active_record
delocalize
deploy_and_deliver
dogstatsd-ruby
dynamic_form
eco
eu_central_bank
exact_target_ftp
factory_girl_rails
faker
flowdock
fog (~> 1.18.0)
fuubar
geocoder
hirb
it
jacobat-htmldiff
jquery-migrate-rails
jquery-rails
jquery-ui-rails
kgio
konacha
launchy
libxml-ruby (>= 2.4)
markitup_rails
mercury-rails
meta_request
mime-types
mini_magick
money
newrelic_rpm
nokogiri
paper_trail
parallel_tests
paranoia
pg
phrase
piet
poltergeist (~> 1.0.1)
psych (~> 1.3.4)
rabl
rack-mini-profiler
railroady
rails (= 3.2.8)
rails-i18n
rails3-generators
retryable-rb
routes
rspec-rails
ruby-graphviz (>= 0.9.0)
sass-rails
select2-rails
shoulda-matchers
simple_form
slim-rails
spam_trap
spintax_parser
spreadsheet
state_machine
strong_parameters
therubyracer
thin
timecop
to_xls
uglifier (>= 1.0.3)
unicorn
vcr
webmock
whenever
will_paginate
will_paginate-bootstrap
wirble
yajl-ruby
bundle install
gem uninstall piet
time bundle install
# => bundle install 23,43s user 0,54s system 28% cpu 1:25,27 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment