Created
April 21, 2013 00:18
-
-
Save developish/5427950 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 1.3.5 | |
Ruby 1.9.3 (2013-02-22 patchlevel 392) [x86_64-linux] | |
Rubygems 1.8.23 | |
GEM_HOME | |
Bundler settings | |
frozen | |
Set for your local app (/var/www/app/releases/20130420233758/.bundle/config): "1" | |
path | |
Set for your local app (/var/www/app/releases/20130420233758/.bundle/config): "vendor/bundle" | |
without | |
Set for your local app (/var/www/app/releases/20130420233758/.bundle/config): "development:test" | |
disable_shared_gems | |
Set for your local app (/var/www/app/releases/20130420233758/.bundle/config): "1" | |
bin | |
Set for your local app (/var/www/app/releases/20130420233758/.bundle/config): "bin" | |
Gemfile | |
source 'https://rubygems.org' | |
gem 'paper_trail' | |
gem 'simple_form' | |
gem 'slugged' | |
gem 'stripe' | |
gem 'redcarpet' | |
gem 'state_machine' | |
gem 'rest-client' # Why? | |
gem 'addressable' | |
gem 'bcrypt-ruby' | |
gem 'mixpanel' | |
gem 'gibberish' | |
group :development do | |
# Deployment | |
gem 'capistrano' | |
gem 'capistrano-ext' | |
gem 'rails-erd' # Introspection | |
gem 'quiet_assets' # Convenience | |
end | |
# Testing | |
group :development, :test do | |
gem 'capybara', '~> 2.0.0' | |
gem 'poltergeist', '~> 1.1.0' | |
gem 'factory_girl_rails' | |
gem 'rspec-rails' | |
gem 'shoulda-matchers' # testing rails has_many, etc. | |
# gem 'vcr' # recording and playback of http | |
# gem 'fakeweb' | |
gem 'launchy' # save_and_open_page | |
gem 'capybara-email' | |
gem 'database_cleaner' | |
end | |
group :assets do | |
gem 'bootstrap-sass', '~> 2.1.0.0' | |
gem 'bourbon' | |
gem 'neat' | |
end | |
# Rails core gems | |
gem 'jquery-rails' | |
gem 'strong_parameters' # will be included by default in rails 4 | |
# Rails stack | |
gem 'rails', '3.2.13' | |
gem 'pg' | |
gem 'thin' | |
gem 'unicorn' | |
# Gems used only for assets and not required | |
# in production environments by default. | |
group :assets do | |
gem 'sass-rails', '~> 3.2.3' | |
gem 'coffee-rails', '~> 3.2.1' | |
gem 'uglifier', '>= 1.0.3' | |
end | |
Gemfile.lock | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (3.2.13) | |
actionpack (= 3.2.13) | |
mail (~> 2.5.3) | |
actionpack (3.2.13) | |
activemodel (= 3.2.13) | |
activesupport (= 3.2.13) | |
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.13) | |
activesupport (= 3.2.13) | |
builder (~> 3.0.0) | |
activerecord (3.2.13) | |
activemodel (= 3.2.13) | |
activesupport (= 3.2.13) | |
arel (~> 3.0.2) | |
tzinfo (~> 0.3.29) | |
activeresource (3.2.13) | |
activemodel (= 3.2.13) | |
activesupport (= 3.2.13) | |
activesupport (3.2.13) | |
i18n (= 0.6.1) | |
multi_json (~> 1.0) | |
addressable (2.3.3) | |
arel (3.0.2) | |
bcrypt-ruby (3.0.1) | |
bootstrap-sass (2.1.0.1) | |
bourbon (3.1.1) | |
sass (>= 3.2.0) | |
thor | |
bourne (1.1.2) | |
mocha (= 0.10.5) | |
builder (3.0.4) | |
capistrano (2.14.2) | |
highline | |
net-scp (>= 1.0.0) | |
net-sftp (>= 2.0.0) | |
net-ssh (>= 2.0.14) | |
net-ssh-gateway (>= 1.1.0) | |
capistrano-ext (1.2.1) | |
capistrano (>= 1.0.0) | |
capybara (2.0.2) | |
mime-types (>= 1.16) | |
nokogiri (>= 1.3.3) | |
rack (>= 1.0.0) | |
rack-test (>= 0.5.4) | |
selenium-webdriver (~> 2.0) | |
xpath (~> 1.0.0) | |
capybara-email (2.0.2) | |
capybara (~> 2.0.0) | |
childprocess (0.3.8) | |
ffi (~> 1.0, >= 1.0.11) | |
choice (0.1.6) | |
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.4.0) | |
daemons (1.1.9) | |
database_cleaner (0.9.1) | |
diff-lcs (1.1.3) | |
erubis (2.7.0) | |
escape (0.0.4) | |
eventmachine (1.0.0) | |
execjs (1.4.0) | |
multi_json (~> 1.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) | |
faye-websocket (0.4.7) | |
eventmachine (>= 0.12.0) | |
ffi (1.4.0) | |
gibberish (1.2.1) | |
highline (1.6.18) | |
hike (1.2.2) | |
http_parser.rb (0.5.3) | |
i18n (0.6.1) | |
journey (1.0.4) | |
jquery-rails (2.2.1) | |
railties (>= 3.0, < 5.0) | |
thor (>= 0.14, < 2.0) | |
json (1.7.7) | |
kgio (2.8.0) | |
launchy (2.2.0) | |
addressable (~> 2.3) | |
macaddr (1.6.1) | |
systemu (~> 2.5.0) | |
mail (2.5.3) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
metaclass (0.0.1) | |
mime-types (1.22) | |
mixpanel (3.5.1) | |
escape | |
json | |
rack | |
mocha (0.10.5) | |
metaclass (~> 0.0.1) | |
multi_json (1.7.2) | |
neat (1.2.0) | |
bourbon (>= 2.1) | |
sass (>= 3.2) | |
net-scp (1.1.0) | |
net-ssh (>= 2.6.5) | |
net-sftp (2.1.1) | |
net-ssh (>= 2.6.5) | |
net-ssh (2.6.7) | |
net-ssh-gateway (1.2.0) | |
net-ssh (>= 2.6.5) | |
nokogiri (1.5.6) | |
paper_trail (2.7.1) | |
activerecord (~> 3.0) | |
railties (~> 3.0) | |
pg (0.14.1) | |
poltergeist (1.1.0) | |
capybara (~> 2.0, >= 2.0.1) | |
faye-websocket (~> 0.4, >= 0.4.4) | |
http_parser.rb (~> 0.5.3) | |
polyglot (0.3.3) | |
quiet_assets (1.0.1) | |
railties (~> 3.1) | |
rack (1.4.5) | |
rack-cache (1.2) | |
rack (>= 0.4) | |
rack-ssl (1.3.3) | |
rack | |
rack-test (0.6.2) | |
rack (>= 1.0) | |
rails (3.2.13) | |
actionmailer (= 3.2.13) | |
actionpack (= 3.2.13) | |
activerecord (= 3.2.13) | |
activeresource (= 3.2.13) | |
activesupport (= 3.2.13) | |
bundler (~> 1.0) | |
railties (= 3.2.13) | |
rails-erd (1.1.0) | |
activerecord (>= 3.0) | |
activesupport (>= 3.0) | |
choice (~> 0.1.6) | |
ruby-graphviz (~> 1.0.4) | |
railties (3.2.13) | |
actionpack (= 3.2.13) | |
activesupport (= 3.2.13) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (>= 0.14.6, < 2.0) | |
raindrops (0.10.0) | |
rake (10.0.4) | |
rdoc (3.12.2) | |
json (~> 1.4) | |
redcarpet (2.2.2) | |
rest-client (1.6.7) | |
mime-types (>= 1.16) | |
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-graphviz (1.0.8) | |
rubyzip (0.9.9) | |
sass (3.2.5) | |
sass-rails (3.2.6) | |
railties (~> 3.2.0) | |
sass (>= 3.1.10) | |
tilt (~> 1.3) | |
selenium-webdriver (2.30.0) | |
childprocess (>= 0.2.5) | |
multi_json (~> 1.0) | |
rubyzip | |
websocket (~> 1.0.4) | |
shoulda-matchers (1.4.2) | |
activesupport (>= 3.0.0) | |
bourne (~> 1.1.2) | |
simple_form (2.0.4) | |
actionpack (~> 3.0) | |
activemodel (~> 3.0) | |
slugged (1.1.0) | |
activerecord (~> 3.0) | |
activesupport (~> 3.0) | |
uuid | |
sprockets (2.2.2) | |
hike (~> 1.2) | |
multi_json (~> 1.0) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
state_machine (1.1.2) | |
stripe (1.7.11) | |
multi_json (>= 1.0.4, < 2) | |
rest-client (~> 1.4) | |
strong_parameters (0.2.0) | |
actionpack (~> 3.0) | |
activemodel (~> 3.0) | |
railties (~> 3.0) | |
systemu (2.5.2) | |
thin (1.5.0) | |
daemons (>= 1.0.9) | |
eventmachine (>= 0.12.6) | |
rack (>= 1.0.0) | |
thor (0.18.1) | |
tilt (1.3.7) | |
treetop (1.4.12) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (0.3.37) | |
uglifier (1.3.0) | |
execjs (>= 0.3.0) | |
multi_json (~> 1.0, >= 1.0.2) | |
unicorn (4.6.1) | |
kgio (~> 2.6) | |
rack | |
raindrops (~> 0.7) | |
uuid (2.3.7) | |
macaddr (~> 1.0) | |
websocket (1.0.7) | |
xpath (1.0.0) | |
nokogiri (~> 1.3) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
addressable | |
bcrypt-ruby | |
bootstrap-sass (~> 2.1.0.0) | |
bourbon | |
capistrano | |
capistrano-ext | |
capybara (~> 2.0.0) | |
capybara-email | |
coffee-rails (~> 3.2.1) | |
database_cleaner | |
factory_girl_rails | |
gibberish | |
jquery-rails | |
launchy | |
mixpanel | |
neat | |
paper_trail | |
pg | |
poltergeist (~> 1.1.0) | |
quiet_assets | |
rails (= 3.2.13) | |
rails-erd | |
redcarpet | |
rest-client | |
rspec-rails | |
sass-rails (~> 3.2.3) | |
shoulda-matchers | |
simple_form | |
slugged | |
state_machine | |
stripe | |
strong_parameters | |
thin | |
uglifier (>= 1.0.3) | |
unicorn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment