Skip to content

Instantly share code, notes, and snippets.

Created November 6, 2014 02:53
Show Gist options
  • Save anonymous/35de5c2815f6adce65ad to your computer and use it in GitHub Desktop.
Save anonymous/35de5c2815f6adce65ad to your computer and use it in GitHub Desktop.
Bundler 1.7.4
Ruby 1.9.2 (2011-02-18 patchlevel 180) [x86_64-darwin10.7.0]
Rubygems 1.8.17
GEM_HOME
Gemfile
source 'http://rubygems.org'
gem 'rails', '3.1.1'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 3.1.4"
gem 'coffee-rails', "~> 3.1.1"
gem 'uglifier'
gem 'font-awesome-rails'
end
gem 'jquery-rails'
gem 'haml'
gem 'ice_cube'
gem 'devise'
gem 'cancan'
gem 'kaminari'
gem 'formtastic'
#gem 'nested_form'
gem 'best_in_place', git: 'git://github.com/indrekj/best_in_place.git'
#gem 'meta_where'
gem 'squeel'
gem 'devise_invitable'
gem 'workflow'
gem 'activerecord-import', '~> 0.2.7'
gem 'resque', require: 'resque/server'
gem 'ember-rails'
gem 'ancestry'
# PDF and Printing
gem 'prawn'
gem 'cups'
gem 'barby'
# Use unicorn as the web server
# gem 'unicorn'
# Automate web navigation with rake (easy populate submissions)
gem 'mechanize', require: false
# Deploy with Capistrano
gem 'capistrano'
gem 'rvm-capistrano'
gem 'whenever', require: false
gem 'rack-mini-profiler'
group :production do
gem 'pg'
end
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
gem "pdf-inspector", "~>1.0.0", :require => "pdf/inspector", :git => "https://github.com/sandal/pdf-inspector.git"
group :development, :test do
#gem 'sqlite3'
gem 'pg'
gem 'thin'
gem 'capybara'
gem 'launchy'
gem 'cucumber-rails'
gem 'rspec-rails'
gem 'shoulda', '~> 3.0.0.beta2'
gem 'factory_girl_rails'
# gem 'autotest-rails'
# gem 'autotest-fsevent'
gem 'faker'
gem 'forgery'
gem 'spork', '~> 0.9.0.rc'
# gem 'rb-fsevent'
gem 'growl'
gem 'guard'
# gem 'guard-spork'
# gem 'guard-rspec'
end
Gemfile.lock
GIT
remote: git://github.com/indrekj/best_in_place.git
revision: 1491675ed6fa2ad6e2129d3e53c03a1daaa43cc0
specs:
best_in_place (0.1.9)
rails (~> 3.1.0.rc4)
GIT
remote: https://github.com/sandal/pdf-inspector.git
revision: 111482c5cc490b5210f25743b03f7a00f9cf360c
specs:
pdf-inspector (1.0.0)
pdf-reader (>= 0.9.0)
GEM
remote: http://rubygems.org/
specs:
Ascii85 (1.0.1)
actionmailer (3.1.1)
actionpack (= 3.1.1)
mail (~> 2.3.0)
actionpack (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.2)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.2)
activemodel (3.1.1)
activesupport (= 3.1.1)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activerecord-import (0.2.8)
activerecord (~> 3.0pre)
activerecord (~> 3.0pre)
activeresource (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
activesupport (3.1.1)
multi_json (~> 1.0)
addressable (2.2.6)
ancestry (1.3.0)
activerecord (>= 2.3.14)
arel (2.2.1)
barby (0.5.0)
bcrypt-ruby (3.0.1)
builder (3.0.0)
cancan (1.6.7)
capistrano (2.9.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capybara (1.1.1)
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)
childprocess (0.2.2)
ffi (~> 1.0.6)
chronic (0.6.7)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.1.2)
cucumber (1.1.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.5.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.1.1)
capybara (>= 1.1.1)
cucumber (>= 1.1.0)
nokogiri (>= 1.5.0)
cups (0.0.7)
daemons (1.1.4)
devise (1.4.8)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
warden (~> 1.0.3)
devise_invitable (0.5.5)
devise (~> 1.4.1)
rails (>= 3.0.0, < 3.2)
diff-lcs (1.1.3)
domain_name (0.5.2)
unf (~> 0.0.3)
ember-rails (0.4.0)
execjs (>= 1.2)
railties (~> 3.1)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.2.9)
multi_json (~> 1.0)
factory_girl (2.2.0)
activesupport
factory_girl_rails (1.3.0)
factory_girl (~> 2.2.0)
railties (>= 3.0.0)
faker (1.0.1)
i18n (~> 0.4)
ffi (1.0.9)
font-awesome-rails (0.4.0)
railties (~> 3.1)
forgery (0.5.0)
formtastic (2.0.2)
rails (~> 3.0)
gherkin (2.5.3)
json (>= 1.4.6)
growl (1.0.3)
guard (0.8.7)
thor (~> 0.14.6)
haml (3.1.3)
highline (1.6.2)
hike (1.2.1)
i18n (0.6.0)
ice_cube (0.6.14)
jquery-rails (1.0.16)
railties (~> 3.0)
thor (~> 0.14)
json (1.6.1)
json_pure (1.6.1)
kaminari (0.12.4)
rails (>= 3.0.0)
launchy (2.0.5)
addressable (~> 2.2.6)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mechanize (2.1.1)
domain_name (~> 0.5, >= 0.5.1)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.4, >= 2.4.1)
nokogiri (~> 1.4)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (~> 0.0, >= 0.0.9)
mime-types (1.16)
multi_json (1.1.0)
net-http-digest_auth (1.2)
net-http-persistent (2.5.2)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.2.1)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.0)
ntlm-http (0.1.1)
orm_adapter (0.0.5)
pdf-reader (0.10.0)
Ascii85 (~> 1.0.0)
pg (0.11.0)
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.2)
prawn (0.12.0)
pdf-reader (>= 0.9.0)
ttfunk (~> 1.0.2)
rack (1.3.6)
rack-cache (1.1)
rack (>= 0.4)
rack-mini-profiler (0.1.23)
rack (>= 1.1.3)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-protection (1.2.0)
rack
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.1)
actionmailer (= 3.1.1)
actionpack (= 3.1.1)
activerecord (= 3.1.1)
activeresource (= 3.1.1)
activesupport (= 3.1.1)
bundler (~> 1.0)
railties (= 3.1.1)
railties (3.1.1)
actionpack (= 3.1.1)
activesupport (= 3.1.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.11)
json (~> 1.4)
redis (2.2.2)
redis-namespace (1.0.3)
redis (< 3.0.0)
resque (1.20.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.0)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
rspec-rails (2.7.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.7.0)
rubyzip (0.9.4)
rvm-capistrano (1.0.2)
capistrano (>= 2.0.0)
sass (3.1.10)
sass-rails (3.1.4)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (>= 3.1.4)
sprockets (~> 2.0.0)
tilt (~> 1.3.2)
selenium-webdriver (2.8.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
rubyzip
shoulda (3.0.0.beta2)
shoulda-context (~> 1.0.0.beta1)
shoulda-matchers (~> 1.0.0.beta1)
shoulda-context (1.0.0.beta1)
shoulda-matchers (1.0.0.beta3)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
spork (0.9.0.rc9)
sprockets (2.0.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
squeel (0.9.3)
activerecord (~> 3.0)
activesupport (~> 3.0)
polyamorous (~> 0.5.0)
term-ansicolor (1.0.7)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
ttfunk (1.0.3)
tzinfo (0.3.30)
uglifier (1.0.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
unf (0.0.5)
unf_ext
unf_ext (0.0.4)
vegas (0.1.11)
rack (>= 1.0.0)
warden (1.0.6)
rack (>= 1.0)
webrobots (0.0.13)
whenever (0.7.3)
activesupport (>= 2.3.4)
chronic (~> 0.6.3)
workflow (0.8.1)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
activerecord-import (~> 0.2.7)
ancestry
barby
best_in_place!
cancan
capistrano
capybara
coffee-rails (~> 3.1.1)
cucumber-rails
cups
devise
devise_invitable
ember-rails
factory_girl_rails
faker
font-awesome-rails
forgery
formtastic
growl
guard
haml
ice_cube
jquery-rails
kaminari
launchy
mechanize
pdf-inspector (~> 1.0.0)!
pg
prawn
rack-mini-profiler
rails (= 3.1.1)
resque
rspec-rails
rvm-capistrano
sass-rails (~> 3.1.4)
shoulda (~> 3.0.0.beta2)
spork (~> 0.9.0.rc)
squeel
thin
uglifier
whenever
workflow
bundle install:
Fetching source index from http://rubygems.org/
You need to install git to be able to use gems from git repositories. For help installing git, please refer to GitHub's tutorial at
https://help.github.com/articles/set-up-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment