-
-
Save felipepodesta/5398500 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
vagrant@lucid32:/vagrant$ bundle config | |
Settings are listed in order of priority. The top value will be used. | |
vagrant@lucid32:/vagrant$ bundle -v | |
ruby Bundler version 1.2.3 | |
vagrant@lucid32:/vagrant$ ruby -v | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux] | |
vagrant@lucid32:/vagrant$ gem -v | |
1.8.24 | |
vagrant@lucid32:/vagrant$ rbenv | |
rbenv 0.3.0 | |
vagrant@lucid32:/vagrant$ gem list rubygems-bundler | |
*** LOCAL GEMS *** | |
vagrant@lucid32:/vagrant$ gem list open_gem | |
*** LOCAL GEMS *** |
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
vagrant@lucid32:/vagrant$ bundle update somegem | |
Fetching gem metadata from http://rubygems.org/...... | |
Fetching gem metadata from http://rubygems.org/.. | |
Unfortunately, a fatal error has occurred. Please see the Bundler | |
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! | |
/home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:81:in `parse': Illformed requirement [""] (ArgumentError) | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:106:in `block in initialize' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:106:in `map!' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:106:in `initialize' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:44:in `new' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb:44:in `create' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:50:in `initialize' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:371:in `new' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:371:in `search' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:361:in `gems_size' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:159:in `block in start' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:159:in `map' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:159:in `start' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:128:in `block in resolve' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:127:in `catch' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/resolver.rb:127:in `resolve' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/definition.rb:178:in `resolve' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/definition.rb:113:in `specs' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/definition.rb:108:in `resolve_remotely!' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/installer.rb:81:in `run' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/installer.rb:14:in `install' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/cli.rb:291:in `update' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/vendor/thor/task.rb:27:in `run' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/vendor/thor.rb:275:in `dispatch' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/vendor/thor/base.rb:408:in `start' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/bin/bundle:14:in `block in <top (required)>' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/lib/bundler/friendly_errors.rb:4:in `with_friendly_errors' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/bundler-1.2.3/bin/bundle:14:in `<top (required)>' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/bin/bundle:23:in `load' | |
from /home/vagrant/.rbenv/versions/1.9.3-p194/bin/bundle:23:in `<main>' |
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
source 'http://rubygems.org' | |
# Framework | |
gem 'rails', '~> 3.2.0' | |
# Datastores | |
gem 'pg' | |
gem "mongoid" | |
gem "mongo" | |
gem "bson" | |
gem "bson_ext" | |
# Background processing | |
gem 'daemon-spawn', :git => 'https://github.com/rchampourlier/daemon-spawn.git', :ref => 'show-index' | |
gem 'delayed_job_mongoid' | |
# Security | |
gem 'bartt-ssl_requirement', '~> 1.4.0', :require => 'ssl_requirement' | |
# Authentication | |
gem 'devise' | |
gem 'devise-encryptable' | |
gem 'omniauth' | |
gem 'omniauth-linkedin' | |
gem 'omniauth-twitter' | |
# Rendering | |
gem 'haml' | |
gem 'kaminari' # pagination | |
gem 'datagrid' | |
gem 'formtastic' # nice forms | |
gem 'redcarpet' # Markdown processing | |
gem 'jquery-rails' | |
# Localization | |
gem 'rails-i18n' | |
gem 'i18n-js' | |
# View layer | |
gem 'draper', :git => 'https://github.com/doublewide/draper.git', :ref => '8e505565f9e7f8da86134e9a22f3dece3b7355a3' | |
# until view_context bug is fixed (https://github.com/jcasimir/draper/issues/244) | |
gem 'cells' # OO views for Rails | |
# File-upload | |
gem 'paperclip' # standard image upload | |
gem 'carrierwave' # better file upload | |
# Rich content | |
gem 'gmaps4rails' # locations on a google map | |
gem 'vpim' # vcards | |
# External content and APIs | |
gem 'feedisco', :require => false # usage limited, we don't need to require | |
gem 'twitter', '~> 4.1.0' | |
gem 'linkedin', :git => "https://github.com/pengwynn/linkedin.git", :ref => 'bb1372ca943f0f70d61eac4fd9ba2d780ca52cb7' | |
gem 'podio', :git => 'https://github.com/podio/podio-rb.git' # using git master due to old Faraday requirement on 0.1.0 from Rubygems | |
# Application-level monitoring | |
gem 'airbrake' | |
# Being reviewed | |
gem 'prawn' | |
gem 'prawnto' | |
gem 'prawn-fast-png' | |
gem 'rmagick' | |
gem 'rqrcode-rails3' | |
gem 'mini_magick' | |
# Avdice's packaged libraries | |
gem 'featuring', :git => '[email protected]:avdice/featuring.git', :branch => 'rails-3.2.9' | |
gem 'acts_as_findable', :git => "https://github.com/rchampourlier/acts_as_findable.git", :ref => 'master' | |
# dependency for featuring (must be specified since it is not available on rubygems) | |
gem 'triaje', :git => '[email protected]:avdice/triaje.git', :branch => 'avdice-master' | |
# Assets | |
group :assets do | |
gem 'sass-rails' | |
gem 'compass-rails' | |
gem 'coffee-rails' | |
gem 'uglifier' | |
gem 'therubyracer' # ExecJS runtime for compiling coffrescript | |
gem 'libv8' | |
end | |
group :development, :test do | |
gem 'pry-rails' | |
gem 'pry-debugger' | |
gem 'pry-stack_explorer' | |
gem 'pry-remote' | |
gem 'faker', :git => 'https://github.com/stympy/faker', :ref => 'master' | |
end | |
group :development do | |
gem 'annotate', ">=2.5.0" | |
gem 'factory_girl' | |
gem 'factory_girl_rails' | |
gem 'rb-inotify', '~> 0.8.8' | |
gem 'guard' | |
gem 'guard-bundler' | |
gem 'guard-spork' | |
gem 'guard-rspec' | |
gem 'ruby_gntp' | |
gem 'capistrano' | |
gem 'capistrano-ext' | |
gem 'cape' | |
# gem 'french_cuisine_deploy', :git => "https://github.com/rchampourlier/french_cuisine_deploy.git", | |
# :ref => 'master', | |
# :require => false # We only want this gem to be required from our deploy.rb. | |
gem "better_errors" | |
gem "binding_of_caller" # improves better_errors | |
end | |
group :test do | |
gem 'factory_girl', :require => false | |
gem 'factory_girl_rails', :require => false | |
gem 'spork-rails', :git => "https://github.com/chopmo/spork-rails.git" | |
gem 'database_cleaner' | |
gem 'rspec-rails' | |
gem 'rspec-instafail' | |
gem 'capybara' | |
gem 'poltergeist' | |
gem 'email_spec' | |
end | |
group :production do | |
gem 'thin' | |
end |
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
GIT | |
remote: [email protected]:avdice/featuring.git | |
revision: 6ceea5e8114b30bb40acd0292edd3e3e5b8ba342 | |
branch: rails-3.2.9 | |
specs: | |
featuring (1.4.4) | |
acts_as_findable | |
rails (~> 3.2.0) | |
rails (~> 3.2.0) | |
GIT | |
remote: [email protected]:avdice/triaje.git | |
revision: f9992cda8ab41ec378b70fff3aee13542271cb59 | |
branch: avdice-master | |
specs: | |
triaje (0.1.5) | |
feedzirra (~> 0.2.0.rc2) | |
mongoid | |
twitter (~> 4.1.0) | |
GIT | |
remote: https://github.com/chopmo/spork-rails.git | |
revision: 1eb683b19b1ae1a320d0f76c25854c26e6515c0a | |
specs: | |
spork-rails (3.2.0) | |
rails (>= 3.0.0, < 3.3.0) | |
spork (>= 1.0rc0) | |
GIT | |
remote: https://github.com/doublewide/draper.git | |
revision: 8e505565f9e7f8da86134e9a22f3dece3b7355a3 | |
ref: 8e505565f9e7f8da86134e9a22f3dece3b7355a3 | |
specs: | |
draper (0.16.0) | |
actionpack (~> 3.2) | |
activesupport (~> 3.2) | |
GIT | |
remote: https://github.com/pengwynn/linkedin.git | |
revision: bb1372ca943f0f70d61eac4fd9ba2d780ca52cb7 | |
ref: bb1372ca943f0f70d61eac4fd9ba2d780ca52cb7 | |
specs: | |
linkedin (0.3.7) | |
hashie (~> 1.2) | |
multi_json (~> 1.0) | |
oauth (~> 0.4) | |
GIT | |
remote: https://github.com/podio/podio-rb.git | |
revision: aa6c77484349bb89ea2b5041dc626d6a5c9c8676 | |
specs: | |
podio (0.8.0) | |
activemodel (~> 3.0) | |
activesupport (~> 3.0) | |
faraday (~> 0.8.0) | |
multi_json | |
GIT | |
remote: https://github.com/rchampourlier/acts_as_findable.git | |
revision: cdba98e221e8d620dd09fcb84b580d4b7401fc31 | |
ref: master | |
specs: | |
acts_as_findable (0.1.2) | |
activerecord | |
GIT | |
remote: https://github.com/rchampourlier/daemon-spawn.git | |
revision: 89d691d1137b501a2256c86f3c9cbba22f4c2644 | |
ref: show-index | |
specs: | |
daemon-spawn () | |
GIT | |
remote: https://github.com/stympy/faker | |
revision: e0a347dc488c6fdd492d0132eafda1cc014ef63a | |
ref: master | |
specs: | |
faker (1.1.2) | |
i18n (~> 0.5) | |
GEM | |
remote: http://rubygems.org/ | |
specs: | |
Ascii85 (1.0.2) | |
actionmailer (3.2.10) | |
actionpack (= 3.2.10) | |
mail (~> 2.4.4) | |
actionpack (3.2.10) | |
activemodel (= 3.2.10) | |
activesupport (= 3.2.10) | |
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.2.1) | |
activemodel (3.2.10) | |
activesupport (= 3.2.10) | |
builder (~> 3.0.0) | |
activerecord (3.2.10) | |
activemodel (= 3.2.10) | |
activesupport (= 3.2.10) | |
arel (~> 3.0.2) | |
tzinfo (~> 0.3.29) | |
activeresource (3.2.10) | |
activemodel (= 3.2.10) | |
activesupport (= 3.2.10) | |
activesupport (3.2.10) | |
i18n (~> 0.6) | |
multi_json (~> 1.0) | |
addressable (2.3.2) | |
afm (0.2.0) | |
airbrake (3.1.6) | |
builder | |
girl_friday | |
annotate (2.5.0) | |
rake | |
arel (3.0.2) | |
bartt-ssl_requirement (1.4.2) | |
bcrypt-ruby (3.0.1) | |
better_errors (0.3.2) | |
coderay (>= 1.0.0) | |
erubis (>= 2.7.0) | |
binding_of_caller (0.6.8) | |
bson (1.8.1) | |
bson_ext (1.8.1) | |
bson (~> 1.8.1) | |
builder (3.0.4) | |
cape (1.6.0) | |
capistrano (2.13.5) | |
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 (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.7.1) | |
activemodel (>= 3.2.0) | |
activesupport (>= 3.2.0) | |
cells (3.8.6) | |
actionpack (~> 3.0) | |
railties (~> 3.0) | |
childprocess (0.3.6) | |
ffi (~> 1.0, >= 1.0.6) | |
chunky_png (1.2.6) | |
cocaine (0.4.2) | |
coderay (1.0.8) | |
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) | |
columnize (0.3.6) | |
compass (0.12.2) | |
chunky_png (~> 1.2) | |
fssm (>= 0.2.7) | |
sass (~> 3.1) | |
compass-rails (1.0.3) | |
compass (>= 0.12.2, < 0.14) | |
connection_pool (1.0.0) | |
curb (0.8.3) | |
daemons (1.1.9) | |
database_cleaner (0.9.1) | |
datagrid (0.7.0) | |
rails (>= 3.0) | |
debugger (1.2.3) | |
columnize (>= 0.3.1) | |
debugger-linecache (~> 1.1.1) | |
debugger-ruby_core_source (~> 1.1.5) | |
debugger-linecache (1.1.2) | |
debugger-ruby_core_source (>= 1.1.1) | |
debugger-ruby_core_source (1.1.6) | |
delayed_job (3.0.4) | |
activesupport (~> 3.0) | |
delayed_job_mongoid (2.0.0) | |
delayed_job (~> 3.0) | |
mongoid (~> 3.0) | |
devise (2.2.0.rc) | |
bcrypt-ruby (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (~> 3.1) | |
warden (~> 1.2.1) | |
devise-encryptable (0.1.1) | |
devise (>= 2.1.0.rc) | |
diff-lcs (1.1.3) | |
email_spec (1.4.0) | |
launchy (~> 2.1) | |
mail (~> 2.2) | |
erubis (2.7.0) | |
eventmachine (1.0.0) | |
execjs (1.4.0) | |
multi_json (~> 1.0) | |
factory_girl (4.1.0) | |
activesupport (>= 3.0.0) | |
factory_girl_rails (4.1.0) | |
factory_girl (~> 4.1.0) | |
railties (>= 3.0.0) | |
faraday (0.8.4) | |
multipart-post (~> 1.1) | |
faye-websocket (0.4.6) | |
eventmachine (>= 0.12.0) | |
feedisco (0.1.3) | |
nokogiri | |
nokogiri | |
feedzirra (0.2.0.rc2) | |
curb (~> 0.8.0) | |
gorillib (~> 0.1.9) | |
loofah (~> 1.2.1) | |
nokogiri (~> 1.5.3) | |
sax-machine (~> 0.2.0.rc1) | |
ffi (1.2.0) | |
formtastic (2.2.1) | |
actionpack (>= 3.0) | |
fssm (0.2.9) | |
girl_friday (0.11.2) | |
connection_pool (~> 1.0) | |
rubinius-actor | |
gmaps4rails (1.5.6) | |
gorillib (0.1.11) | |
json | |
guard (1.6.1) | |
listen (>= 0.6.0) | |
lumberjack (>= 1.0.2) | |
pry (>= 0.9.10) | |
thor (>= 0.14.6) | |
guard-bundler (1.0.0) | |
bundler (~> 1.0) | |
guard (~> 1.1) | |
guard-rspec (2.3.3) | |
guard (>= 1.1) | |
rspec (~> 2.11) | |
guard-spork (1.4.0) | |
childprocess (>= 0.2.3) | |
guard (>= 1.1) | |
spork (>= 0.8.4) | |
haml (3.1.7) | |
hashery (2.1.0) | |
hashie (1.2.0) | |
highline (1.6.15) | |
hike (1.2.1) | |
http_parser.rb (0.5.3) | |
i18n (0.6.1) | |
i18n-js (2.1.2) | |
i18n | |
journey (1.0.4) | |
jquery-rails (2.1.4) | |
railties (>= 3.0, < 5.0) | |
thor (>= 0.14, < 2.0) | |
json (1.7.6) | |
kaminari (0.14.1) | |
actionpack (>= 3.0.0) | |
activesupport (>= 3.0.0) | |
launchy (2.1.2) | |
addressable (~> 2.3) | |
libv8 (3.11.8.9) | |
libwebsocket (0.1.7.1) | |
addressable | |
websocket | |
listen (0.7.0) | |
loofah (1.2.1) | |
nokogiri (>= 1.4.4) | |
lumberjack (1.0.2) | |
mail (2.4.4) | |
i18n (>= 0.4.0) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
method_source (0.8.1) | |
mime-types (1.19) | |
mini_magick (3.4) | |
subexec (~> 0.2.1) | |
mongo (1.8.1) | |
bson (~> 1.8.1) | |
mongoid (3.0.16) | |
activemodel (~> 3.1) | |
moped (~> 1.1) | |
origin (~> 1.0) | |
tzinfo (~> 0.3.22) | |
moped (1.3.2) | |
multi_json (1.5.0) | |
multipart-post (1.1.5) | |
net-scp (1.0.4) | |
net-ssh (>= 1.99.1) | |
net-sftp (2.0.5) | |
net-ssh (>= 2.0.9) | |
net-ssh (2.6.2) | |
net-ssh-gateway (1.1.0) | |
net-ssh (>= 1.99.1) | |
nokogiri (1.5.6) | |
oauth (0.4.7) | |
omniauth (1.1.1) | |
hashie (~> 1.2) | |
rack | |
omniauth-linkedin (0.0.8) | |
omniauth-oauth (~> 1.0) | |
omniauth-oauth (1.0.1) | |
oauth | |
omniauth (~> 1.0) | |
omniauth-twitter (0.0.14) | |
multi_json (~> 1.3) | |
omniauth-oauth (~> 1.0) | |
origin (1.0.11) | |
orm_adapter (0.4.0) | |
paperclip (3.4.0) | |
activemodel (>= 3.0.0) | |
activerecord (>= 3.0.0) | |
activesupport (>= 3.0.0) | |
cocaine (~> 0.4.0) | |
mime-types | |
pdf-reader (1.3.0) | |
Ascii85 (~> 1.0.0) | |
afm (~> 0.2.0) | |
hashery (~> 2.0) | |
ruby-rc4 | |
ttfunk | |
pg (0.14.1) | |
poltergeist (1.0.2) | |
capybara (~> 1.1) | |
childprocess (~> 0.3) | |
faye-websocket (~> 0.4, >= 0.4.4) | |
http_parser.rb (~> 0.5.3) | |
multi_json (~> 1.0) | |
polyglot (0.3.3) | |
prawn (0.12.0) | |
pdf-reader (>= 0.9.0) | |
ttfunk (~> 1.0.2) | |
prawn-fast-png (0.2.3) | |
prawn | |
rmagick | |
prawnto (0.1.1) | |
prawn | |
rails (>= 2.1) | |
pry (0.9.10) | |
coderay (~> 1.0.5) | |
method_source (~> 0.8) | |
slop (~> 3.3.1) | |
pry-debugger (0.2.1) | |
debugger (~> 1.2.0) | |
pry (~> 0.9.10) | |
pry-rails (0.2.2) | |
pry (>= 0.9.10) | |
pry-remote (0.1.6) | |
pry (~> 0.9) | |
slop (~> 3.0) | |
pry-stack_explorer (0.4.7) | |
binding_of_caller (~> 0.6.8) | |
rack (1.4.1) | |
rack-cache (1.2) | |
rack (>= 0.4) | |
rack-ssl (1.3.2) | |
rack | |
rack-test (0.6.2) | |
rack (>= 1.0) | |
rails (3.2.10) | |
actionmailer (= 3.2.10) | |
actionpack (= 3.2.10) | |
activerecord (= 3.2.10) | |
activeresource (= 3.2.10) | |
activesupport (= 3.2.10) | |
bundler (~> 1.0) | |
railties (= 3.2.10) | |
rails-i18n (0.7.2) | |
i18n (~> 0.5) | |
railties (3.2.10) | |
actionpack (= 3.2.10) | |
activesupport (= 3.2.10) | |
rack-ssl (~> 1.3.2) | |
rake (>= 0.8.7) | |
rdoc (~> 3.4) | |
thor (>= 0.14.6, < 2.0) | |
rake (10.0.3) | |
rb-inotify (0.8.8) | |
ffi (>= 0.5.0) | |
rdoc (3.12) | |
json (~> 1.4) | |
redcarpet (2.2.2) | |
ref (1.0.2) | |
rmagick (2.13.1) | |
rqrcode (0.4.2) | |
rqrcode-rails3 (0.1.6) | |
rqrcode (>= 0.4.2) | |
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-instafail (0.2.4) | |
rspec-mocks (2.12.1) | |
rspec-rails (2.12.0) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
railties (>= 3.0) | |
rspec-core (~> 2.12.0) | |
rspec-expectations (~> 2.12.0) | |
rspec-mocks (~> 2.12.0) | |
rubinius-actor (0.0.2) | |
rubinius-core-api | |
rubinius-core-api (0.0.1) | |
ruby-rc4 (0.1.5) | |
ruby_gntp (0.3.4) | |
rubyzip (0.9.9) | |
sass (3.2.5) | |
sass-rails (3.2.5) | |
railties (~> 3.2.0) | |
sass (>= 3.1.10) | |
tilt (~> 1.3) | |
sax-machine (0.2.0.rc1) | |
nokogiri (~> 1.5.2) | |
selenium-webdriver (2.27.2) | |
childprocess (>= 0.2.5) | |
libwebsocket (~> 0.1.3) | |
multi_json (~> 1.0) | |
rubyzip | |
simple_oauth (0.1.9) | |
slop (3.3.3) | |
spork (1.0.0rc3) | |
sprockets (2.2.2) | |
hike (~> 1.2) | |
multi_json (~> 1.0) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
subexec (0.2.2) | |
therubyracer (0.11.1) | |
libv8 (~> 3.11.8.7) | |
ref | |
thin (1.5.0) | |
daemons (>= 1.0.9) | |
eventmachine (>= 0.12.6) | |
rack (>= 1.0.0) | |
thor (0.16.0) | |
tilt (1.3.3) | |
treetop (1.4.12) | |
polyglot | |
polyglot (>= 0.3.1) | |
ttfunk (1.0.3) | |
twitter (4.1.2) | |
faraday (~> 0.8) | |
multi_json (~> 1.3) | |
simple_oauth (~> 0.1.6) | |
tzinfo (0.3.35) | |
uglifier (1.3.0) | |
execjs (>= 0.3.0) | |
multi_json (~> 1.0, >= 1.0.2) | |
vpim (0.695) | |
warden (1.2.1) | |
rack (>= 1.0) | |
websocket (1.0.6) | |
xpath (0.1.4) | |
nokogiri (~> 1.3) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
acts_as_findable! | |
airbrake | |
annotate (>= 2.5.0) | |
bartt-ssl_requirement (~> 1.4.0) | |
better_errors | |
binding_of_caller | |
bson | |
bson_ext | |
cape | |
capistrano | |
capistrano-ext | |
capybara | |
carrierwave | |
cells | |
coffee-rails | |
compass-rails | |
daemon-spawn! | |
database_cleaner | |
datagrid | |
delayed_job_mongoid | |
devise | |
devise-encryptable | |
draper! | |
email_spec | |
factory_girl | |
factory_girl_rails | |
faker! | |
featuring! | |
feedisco | |
formtastic | |
gmaps4rails | |
guard | |
guard-bundler | |
guard-rspec | |
guard-spork | |
haml | |
i18n-js | |
jquery-rails | |
kaminari | |
libv8 | |
linkedin! | |
mini_magick | |
mongo | |
mongoid | |
omniauth | |
omniauth-linkedin | |
omniauth-twitter | |
paperclip | |
pg | |
podio! | |
poltergeist | |
prawn | |
prawn-fast-png | |
prawnto | |
pry-debugger | |
pry-rails | |
pry-remote | |
pry-stack_explorer | |
rails (~> 3.2.0) | |
rails-i18n | |
rb-inotify (~> 0.8.8) | |
redcarpet | |
rmagick | |
rqrcode-rails3 | |
rspec-instafail | |
rspec-rails | |
ruby_gntp | |
sass-rails | |
spork-rails! | |
therubyracer | |
thin | |
triaje! | |
twitter (~> 4.1.0) | |
uglifier | |
vpim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment