Skip to content

Instantly share code, notes, and snippets.

@roidrage
Created September 24, 2013 14:13
Show Gist options
  • Select an option

  • Save roidrage/6685390 to your computer and use it in GitHub Desktop.

Select an option

Save roidrage/6685390 to your computer and use it in GitHub Desktop.
/home/travis/.rvm/gems/ruby-2.0.0-p195/bin:/home/travis/.rvm/gems/ruby-2.0.0-p195@global/bin:/home/travis/.rvm/rubies/ruby-2.0.0-p195/bin:/home/travis/.rvm/bin:/home/travis/.gvm/pkgsets/go1.1.1/global/bin:/home/travis/.gvm/gos/go1.1.1/bin:/home/travis/.gvm/pkgsets/go1.1.1/global/overlay/bin:/home/travis/.gvm/bin:/usr/local/phantomjs/bin:/home/travis/.nvm/v0.10.12/bin:./node_modules/.bin:/usr/local/gradle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
/home/travis/.rvm/gems/ruby-2.0.0-p195:/home/travis/.rvm/gems/ruby-2.0.0-p195@global
/home/travis/.rvm/gems/ruby-2.0.0-p195
RubyGems Environment:
- RUBYGEMS VERSION: 2.0.3
- RUBY VERSION: 2.0.0 (2013-05-14 patchlevel 195) [x86_64-linux]
- INSTALLATION DIRECTORY: /home/travis/.rvm/gems/ruby-2.0.0-p195
- RUBY EXECUTABLE: /home/travis/.rvm/rubies/ruby-2.0.0-p195/bin/ruby
- EXECUTABLE DIRECTORY: /home/travis/.rvm/gems/ruby-2.0.0-p195/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- GEM PATHS:
- /home/travis/.rvm/gems/ruby-2.0.0-p195
- /home/travis/.rvm/gems/ruby-2.0.0-p195@global
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :backtrace => false
- :bulk_threshold => 1000
- "gem" => "--no-ri --no-rdoc"
- REMOTE SOURCES:
- https://rubygems.org/
Bundler 1.3.5
Ruby 2.0.0 (2013-05-14 patchlevel 195) [x86_64-linux]
Rubygems 2.0.3
rvm 1.21.3 (latest-minor)
GEM_HOME /home/travis/.rvm/gems/ruby-2.0.0-p195
GEM_PATH /home/travis/.rvm/gems/ruby-2.0.0-p195:/home/travis/.rvm/gems/ruby-2.0.0-p195@global
rubygems-bundler (1.3.2)
Bundler settings
frozen
Set for your local app (/home/travis/builds/loomio/.bundle/config): "1"
path
Set for your local app (/home/travis/builds/loomio/.bundle/config): "vendor/bundle"
disable_shared_gems
Set for your local app (/home/travis/builds/loomio/.bundle/config): "1"
Gemfile
source 'http://rubygems.org'
ruby '2.0.0'
gem 'rails', '~> 3.2.13'
gem 'haml-rails', '~> 0.4'
gem 'devise', '~> 2.2.3'
gem 'pg', '~> 0.14.1'
gem 'capistrano'
gem 'jquery-rails', '2.3.0'
gem 'inherited_resources', '~> 1.4.1'
gem 'simple_form', '~> 2.0.4'
gem 'country_select', '~> 1.1.3'
gem 'client_side_validations', '~> 3.2.1'
gem 'client_side_validations-simple_form', '~> 2.0.1'
gem 'jqplot-rails', '~> 0.3'
gem 'rails-backbone', '~> 0.7.2'
gem 'aasm', '~> 3.0.3'
gem 'cancan', '~> 1.6.7'
gem 'draper', '~> 0.11.1' # can this be removed?
gem 'browser', '~> 0.1.3'
gem 'rmagick', '~> 2.13.1'
gem 'gravtastic', '~> 3.2.6'
gem 'paperclip', '~> 3.4.0'
gem 'kaminari', '~> 0.13.0'
gem 'activeadmin', github: 'gregbell/active_admin'
gem 'nokogiri', '~> 1.5.9'
gem 'redcarpet', '~> 2.2.2'
gem 'rabl', '~> 0.7.3'
gem 'twitter-text', '~> 1.5.0'
gem 'jquery-atwho-rails', '~> 0.1.6'
gem 'paper_trail', '~> 2.6.3'
gem 'unicorn', '~> 4.6.2'
gem 'rack-canonical-host', '~> 0.0.8'
gem 'delayed_job_active_record', '~> 0.3.3'
gem 'hirefireapp', '~> 0.0.8'
gem 'foreman', '~> 0.60.2'
gem 'rinku', '~> 1.7.2'
gem 'piwik_analytics', '~> 1.0.1'
gem 'friendly_id', '~> 4.0.9'
gem 'httparty', '~> 0.11.0'
gem 'timecop', '~> 0.6.1'
gem 'pg_search', '~> 0.7.0'
gem 'strong_parameters', '~> 0.2.1'
gem 'exception_notification', '~> 2.6.1'
gem 'bounscale'
# NOTE: sass-rails should be inside :assets group, but currently there is an issue with activeadmin
# which does not allow us to do this
#
# https://github.com/rails/sass-rails/issues/38#issuecomment-2046678
gem 'sass-rails', '~> 3.2.6'
gem 'coffee-rails', '~> 3.2.2'
gem 'fog'
gem 'roadie', '~> 2.3.4'
gem 'valid_email', '~> 0.0.4'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'bootstrap-sass', '~> 2.3.1.0'
gem 'uglifier', '~> 1.1.0'
gem 'modernizr-rails', '~> 2.6.2'
gem 'jquery-fileupload-rails', '~> 0.4.1'
end
group :development, :test do
gem 'thin', '~> 1.5.0'
gem 'pry-rails', '~> 0.3.0' # Use this instead of debugger
gem 'factory_girl_rails', '~> 4.0'
gem 'faker', '~> 1.0.1'
gem 'rspec-rails', '~> 2.12.2'
gem 'shoulda-matchers', '~> 1.2.0'
gem 'capybara', '~> 2.1.0'
gem 'database_cleaner', '~> 0.9.1'
gem 'selenium-webdriver', '~> 2.25.0'
gem 'ruby-prof'
end
group :development do
gem 'meta_request', '~> 0.2.4'
gem 'better_errors', '~> 0.6.0'
gem 'guard', '~> 1.6.1'
gem 'guard-spork', '~> 1.4.1'
gem 'guard-rspec', '~> 2.3.3'
gem 'rb-inotify', '~> 0.8.8', :require => false
gem 'rb-fsevent', '~> 0.9.1', :require => false
gem 'rb-fchange', '~> 0.0.5', :require => false
gem 'launchy', '~> 2.0.5'
gem 'spork-rails', '~> 3.2.1'
gem 'awesome_print', '~> 1.0.2'
gem 'quiet_assets', '~> 1.0.2'
end
group :test do
gem 'cucumber-rails', '~> 1.3.0', :require => false
gem 'email_spec', '~> 1.2.1'
gem 'poltergeist', '~> 1.3.0'
gem 'webmock', '~> 1.9.0'
gem 'vcr', '~> 2.5.0'
end
group :staging, :production do
gem 'memcachier'
gem 'dalli'
gem 'newrelic_rpm', '~> 3.5.7.59'
gem 'heroku-deflater'
end
Gemfile.lock
GIT
remote: git://github.com/gregbell/active_admin.git
revision: 0d24c02b4559b7e8c2fdb2b93f042ecc6702170d
specs:
activeadmin (0.6.0)
arbre (>= 1.0.1)
bourbon (>= 1.0.0)
devise (>= 1.1.2)
fastercsv
formtastic (>= 2.0.0)
inherited_resources (>= 1.3.1)
jquery-rails (>= 1.0.0, < 3.0.0)
kaminari (>= 0.13.0)
meta_search (>= 0.9.2)
rails (>= 3.0.0)
sass (>= 3.1.0)
GEM
remote: http://rubygems.org/
specs:
aasm (3.0.20)
actionmailer (3.2.14)
actionpack (= 3.2.14)
mail (~> 2.5.4)
actionpack (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.14)
activesupport (= 3.2.14)
builder (~> 3.0.0)
activerecord (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
activesupport (3.2.14)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.2.8)
arbre (1.0.1)
activesupport (>= 3.0.0)
arel (3.0.2)
awesome_print (1.0.2)
bcrypt-ruby (3.1.2)
better_errors (0.6.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
bootstrap-sass (2.3.1.3)
sass (~> 3.2)
bounscale (0.0.4)
json
bourbon (3.1.8)
sass (>= 3.2.0)
thor
browser (0.1.6)
builder (3.0.4)
callsite (0.0.11)
cancan (1.6.10)
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)
capybara (2.1.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
client_side_validations (3.2.6)
client_side_validations-simple_form (2.0.1)
client_side_validations (~> 3.2.0)
simple_form (~> 2.0.3)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.1)
climate_control (>= 0.0.3, < 1.0)
coderay (1.0.9)
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)
country_select (1.1.3)
crack (0.4.1)
safe_yaml (~> 0.9.0)
css_parser (1.3.5)
addressable
cucumber (1.3.6)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12.0)
multi_json (~> 1.7.5)
multi_test (>= 0.0.2)
cucumber-rails (1.3.1)
capybara (>= 1.1.2)
cucumber (>= 1.2.0)
nokogiri (>= 1.5.0)
rails (~> 3.0)
daemons (1.1.9)
dalli (2.6.4)
database_cleaner (0.9.1)
delayed_job (3.0.5)
activesupport (~> 3.0)
delayed_job_active_record (0.3.3)
activerecord (>= 2.1.0, < 4)
delayed_job (~> 3.0)
devise (2.2.7)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
diff-lcs (1.1.3)
draper (0.11.1)
activesupport (>= 2.3.10)
ejs (1.0.0)
email_spec (1.2.1)
mail (~> 2.2)
rspec (~> 2.0)
erubis (2.7.0)
eventmachine (1.0.3)
exception_notification (2.6.1)
actionmailer (>= 3.0.4)
excon (0.25.3)
execjs (2.0.0)
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.0.1)
i18n (~> 0.4)
fastercsv (1.5.5)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.9.0)
fog (1.15.0)
builder
excon (~> 0.25.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
foreman (0.60.2)
thor (>= 0.13.6)
formatador (0.2.4)
formtastic (2.2.1)
actionpack (>= 3.0)
friendly_id (4.0.10.1)
activerecord (>= 3.0, < 4.0)
gherkin (2.12.1)
multi_json (~> 1.3)
gravtastic (3.2.6)
guard (1.6.2)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
terminal-table (>= 1.4.3)
thor (>= 0.14.6)
guard-rspec (2.3.3)
guard (>= 1.1)
rspec (~> 2.11)
guard-spork (1.4.3)
childprocess (>= 0.2.3)
guard (>= 1.1)
spork (>= 0.8.4)
haml (4.0.3)
tilt
haml-rails (0.4)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
has_scope (0.6.0.rc)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
heroku-deflater (0.5.1)
rack (>= 1.4.5)
highline (1.6.19)
hike (1.2.3)
hirefireapp (0.0.8)
http_parser.rb (0.5.3)
httparty (0.11.0)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
i18n (0.6.5)
inherited_resources (1.4.1)
has_scope (~> 0.6.0.rc)
responders (~> 1.0.0.rc)
journey (1.0.4)
jqplot-rails (0.3)
railties
jquery-atwho-rails (0.1.7)
jquery-fileupload-rails (0.4.1)
actionpack (>= 3.1)
railties (>= 3.1)
jquery-rails (2.3.0)
railties (~> 3.0)
thor (~> 0.14)
json (1.8.0)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
kgio (2.8.0)
launchy (2.0.5)
addressable (~> 2.2.6)
libwebsocket (0.1.8)
addressable
websocket
listen (0.7.3)
lumberjack (1.0.4)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcachier (0.0.2)
meta_request (0.2.8)
callsite
rack-contrib
railties
meta_search (1.1.3)
actionpack (~> 3.1)
activerecord (~> 3.1)
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
method_source (0.8.2)
mime-types (1.24)
modernizr-rails (2.6.2.3)
multi_json (1.7.9)
multi_test (0.0.2)
multi_xml (0.5.5)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.6.8)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
newrelic_rpm (3.5.7.59)
nokogiri (1.5.10)
orm_adapter (0.4.0)
paper_trail (2.6.4)
activerecord (~> 3.0)
railties (~> 3.0)
paperclip (3.4.2)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (~> 0.5.0)
mime-types
pg (0.14.1)
pg_search (0.7.0)
activerecord (>= 3.1)
activesupport (>= 3.1)
arel
piwik_analytics (1.0.2)
actionpack
activesupport
rails (>= 3.0.0)
poltergeist (1.3.0)
capybara (~> 2.1.0)
faye-websocket (>= 0.4.4, < 0.5.0)
http_parser.rb (~> 0.5.3)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.4)
pry-rails (0.3.2)
pry (>= 0.9.10)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rabl (0.7.10)
activesupport (>= 2.3.14)
multi_json (~> 1.0)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-canonical-host (0.0.8)
addressable
rack (~> 1.0)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.14)
actionmailer (= 3.2.14)
actionpack (= 3.2.14)
activerecord (= 3.2.14)
activeresource (= 3.2.14)
activesupport (= 3.2.14)
bundler (~> 1.0)
railties (= 3.2.14)
rails-backbone (0.7.2)
coffee-script (~> 2.2.0)
ejs (~> 1.0.0)
railties (>= 3.1.0)
railties (3.2.14)
actionpack (= 3.2.14)
activesupport (= 3.2.14)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.11.0)
rake (10.1.0)
rb-fchange (0.0.6)
ffi
rb-fsevent (0.9.3)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (2.2.2)
responders (1.0.0.rc)
railties (>= 3.2, < 5)
rinku (1.7.3)
rmagick (2.13.2)
roadie (2.3.4)
actionmailer (> 3.0.0, < 3.3.0)
css_parser
nokogiri (>= 1.4.4)
sprockets
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
rspec-rails (2.12.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
ruby-hmac (0.4.0)
ruby-prof (0.13.0)
rubyzip (0.9.9)
safe_yaml (0.9.5)
sass (3.2.10)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
shoulda-matchers (1.2.0)
activesupport (>= 3.0.0)
simple_form (2.0.4)
actionpack (~> 3.0)
activemodel (~> 3.0)
slop (3.4.6)
spork (1.0.0rc3)
spork-rails (3.2.1)
rails (>= 3.0.0, < 3.3.0)
spork (>= 1.0rc0)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
strong_parameters (0.2.1)
actionpack (~> 3.0)
activemodel (~> 3.0)
railties (~> 3.0)
terminal-table (1.4.5)
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)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
twitter-text (1.5.0)
activesupport
tzinfo (0.3.37)
uglifier (1.1.0)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unicorn (4.6.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
valid_email (0.0.4)
activemodel
mail
vcr (2.5.0)
warden (1.2.3)
rack (>= 1.0)
webmock (1.9.3)
addressable (>= 2.2.7)
crack (>= 0.3.2)
websocket (1.1.1)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
aasm (~> 3.0.3)
activeadmin!
awesome_print (~> 1.0.2)
better_errors (~> 0.6.0)
bootstrap-sass (~> 2.3.1.0)
bounscale
browser (~> 0.1.3)
cancan (~> 1.6.7)
capistrano
capybara (~> 2.1.0)
client_side_validations (~> 3.2.1)
client_side_validations-simple_form (~> 2.0.1)
coffee-rails (~> 3.2.2)
country_select (~> 1.1.3)
cucumber-rails (~> 1.3.0)
dalli
database_cleaner (~> 0.9.1)
delayed_job_active_record (~> 0.3.3)
devise (~> 2.2.3)
draper (~> 0.11.1)
email_spec (~> 1.2.1)
exception_notification (~> 2.6.1)
factory_girl_rails (~> 4.0)
faker (~> 1.0.1)
fog
foreman (~> 0.60.2)
friendly_id (~> 4.0.9)
gravtastic (~> 3.2.6)
guard (~> 1.6.1)
guard-rspec (~> 2.3.3)
guard-spork (~> 1.4.1)
haml-rails (~> 0.4)
heroku-deflater
hirefireapp (~> 0.0.8)
httparty (~> 0.11.0)
inherited_resources (~> 1.4.1)
jqplot-rails (~> 0.3)
jquery-atwho-rails (~> 0.1.6)
jquery-fileupload-rails (~> 0.4.1)
jquery-rails (= 2.3.0)
kaminari (~> 0.13.0)
launchy (~> 2.0.5)
memcachier
meta_request (~> 0.2.4)
modernizr-rails (~> 2.6.2)
newrelic_rpm (~> 3.5.7.59)
nokogiri (~> 1.5.9)
paper_trail (~> 2.6.3)
paperclip (~> 3.4.0)
pg (~> 0.14.1)
pg_search (~> 0.7.0)
piwik_analytics (~> 1.0.1)
poltergeist (~> 1.3.0)
pry-rails (~> 0.3.0)
quiet_assets (~> 1.0.2)
rabl (~> 0.7.3)
rack-canonical-host (~> 0.0.8)
rails (~> 3.2.13)
rails-backbone (~> 0.7.2)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
redcarpet (~> 2.2.2)
rinku (~> 1.7.2)
rmagick (~> 2.13.1)
roadie (~> 2.3.4)
rspec-rails (~> 2.12.2)
ruby-prof
sass-rails (~> 3.2.6)
selenium-webdriver (~> 2.25.0)
shoulda-matchers (~> 1.2.0)
simple_form (~> 2.0.4)
spork-rails (~> 3.2.1)
strong_parameters (~> 0.2.1)
thin (~> 1.5.0)
timecop (~> 0.6.1)
twitter-text (~> 1.5.0)
uglifier (~> 1.1.0)
unicorn (~> 4.6.2)
valid_email (~> 0.0.4)
vcr (~> 2.5.0)
webmock (~> 1.9.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment