Skip to content
Snippets Groups Projects
Gemfile 3.19 KiB
Newer Older
Raphael Sofaer's avatar
Raphael Sofaer committed
#gem 'pg'
gem 'rails', '3.0.9'
gem 'foreigner', '0.9.1'
Raphael Sofaer's avatar
Raphael Sofaer committed
gem 'ohai', '0.5.8', :require => false #Chef dependency
gem 'vanna', :git => "git://github.com/MikeSofaer/vanna.git"

Raphael's avatar
Raphael committed
#Security
gem 'devise', '~> 1.3.1'
maxwell's avatar
maxwell committed

#Authentication
gem 'omniauth', '0.2.6'
gem 'twitter', '1.5.0'
Raphael Sofaer's avatar
Raphael Sofaer committed
gem 'oauth2-provider', '0.0.16'
gem 'jwt', "0.1.3"
Raphael's avatar
Raphael committed
#Views
gem 'haml', '3.1.2'
gem 'sass', '3.1.4'
maxwell's avatar
maxwell committed
gem 'will_paginate', '3.0.pre2'
maxwell's avatar
maxwell committed

MrZYX's avatar
MrZYX committed
#Localization
gem 'rails-i18n'
Raphael Sofaer's avatar
Raphael Sofaer committed
#Tags
gem 'acts-as-taggable-on', :git => 'git://github.com/diaspora/acts-as-taggable-on.git'
Raphael Sofaer's avatar
Raphael Sofaer committed

#Uncatagorized
gem 'roxml', :git => 'git://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0'
gem 'addressable', '2.2.4', :require => 'addressable/uri'
gem 'json', '1.4.6'
gem 'http_accept_language', :git => 'git://github.com/iain/http_accept_language.git', :ref => '0b78aa7849fc90cf9e12'
Raphael's avatar
Raphael committed

gem 'thin', '1.2.11', :require => false
gem 'redcarpet', :git => 'git://github.com/tanoku/redcarpet'
gem 'em-websocket', :git => 'git://github.com/igrigorik/em-websocket', :ref => 'e278f5a1c4db60be7485'
Raphael's avatar
Raphael committed
#File uploading
Raphael Sofaer's avatar
Raphael Sofaer committed
gem "fog", '0.3.25'
gem "excon", "0.2.4"
gem 'mini_magick', '3.2'
gem 'aws', '2.3.32' # upgrade to 2.4 breaks 1.8 >.<
maxwell's avatar
maxwell committed
gem 'typhoeus'
#Backups
group :development do
Raphael Sofaer's avatar
Raphael Sofaer committed
  gem 'yard'
  gem 'capistrano', '2.5.19', :require => false
  gem 'capistrano-ext', '1.2.1', :require => false
  gem 'sod', :git => "git://github.com/MikeSofaer/sod.git", :require => false
  #gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
  #gem 'guard-rspec'
Raphael Sofaer's avatar
Raphael Sofaer committed
  unless ENV["TRAVIS"]
    gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
    gem 'ruby-debug19', :platforms => :ruby_19
    gem 'ruby-debug', :platforms => :mri_18
    gem 'linecache', '0.43', :platforms => :mri_18
  end
Dan Hansen's avatar
Dan Hansen committed
  #gem 'pg'
  gem 'capybara', '~> 0.3.9'
  gem 'cucumber-rails', '0.3.2'
maxwell's avatar
maxwell committed
  gem 'rspec', '>= 2.0.0'
maxwell's avatar
maxwell committed
  gem 'rspec-rails', '>= 2.0.0'
  gem 'rcov', :require => false
Raphael's avatar
Raphael committed
  gem 'database_cleaner', '0.6.0'
  gem 'mongrel', :require => false, :platforms => :ruby_18
  gem 'rspec-instafail', '>= 0.1.7', :require => false
Maxwell Salzberg's avatar
Maxwell Salzberg committed
  gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git'
                          #"0.1.0", #:path => '~/workspace/diaspora-client'