Newer
Older
gem 'bundler', '>= 1.0.0'
Maxwell Salzberg
committed
gem 'foreman', '0.27.0'
gem 'whenever'
danielgrippi
committed
Daniel Grippi
committed
gem 'thin', '~> 1.3.1', :require => false
gem 'devise', '~> 1.3.1'
gem 'devise_invitable', '0.5.0'
gem 'oauth2-provider', '0.0.19'
Daniel Grippi
committed
gem 'omniauth', '1.0.1'
gem 'omniauth-facebook'
gem 'omniauth-tumblr'
gem 'omniauth-twitter'
Sarah Mei
committed
# mail
gem 'messagebus_ruby_api', '1.0.1'
Sarah Mei
committed
group :production do # we don't install these on travis to speed up test runs
# reporting
gem 'hoptoad_notifier'
Maxwell Salzberg
committed
gem 'newrelic_rpm'
gem 'rack-google-analytics', :require => 'rack/google-analytics'
gem 'rack-piwik', :require => 'rack/piwik'
Sarah Mei
committed
end
group :heroku do
gem 'pg'
end
Maxwell Salzberg
committed
gem 'settingslogic', '2.0.6'
gem 'mysql2', '0.2.17' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
Maxwell Salzberg
committed
gem 'carrierwave', '0.5.8'
Sarah Mei
committed
gem 'rest-client', '1.6.1'
gem 'jammit', '0.6.5'
gem 'vanna', :git => 'git://github.com/MikeSofaer/vanna.git'
gem 'acts_as_api'
# localization
gem 'i18n-inflector-rails', '~> 1.0'
gem 'rails-i18n'
# parsing
gem 'nokogiri', '~> 1.5.0'
gem 'redcarpet', "2.0.1"
gem 'roxml', :git => 'git://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0'
Maxwell Salzberg
committed
gem 'resque-ensure-connected'
gem 'SystemTimer', '1.2.3', :platforms => :ruby_18
# tags
gem 'acts-as-taggable-on', :git => 'git://github.com/diaspora/acts-as-taggable-on.git'
# URIs and HTTP
gem 'addressable', '2.2.4', :require => 'addressable/uri'
gem 'http_accept_language', :git => 'git://github.com/iain/http_accept_language.git', :ref => '0b78aa7849fc90cf9e12'
gem 'typhoeus'
Daniel Grippi
committed
gem 'haml', '3.1.4'
# web
gem 'faraday'
gem 'faraday-stack'
gem 'em-synchrony', :platforms => :ruby_19
# jazzy jasmine
gem 'jasmine', '~> 1.1.2'
Jamie Wilkinson
committed
group :test do
gem 'capybara', '~> 1.1.2'
gem 'cucumber-rails', '1.2.1'
Daniel Grippi
committed
gem 'cucumber-api-steps', '0.6', :require => false
gem 'database_cleaner', '0.7.0'
gem 'diaspora-client', :git => 'git://github.com/diaspora/diaspora-client.git'
gem 'timecop'
#"0.1.0", #:path => '~/workspace/diaspora-client'
gem 'factory_girl_rails'
gem 'fixture_builder', '0.3.1'
gem 'mongrel', :require => false, :platforms => :ruby_18
gem 'rspec-core', '~> 2.8.0'
gem 'rspec-instafail', '>= 0.1.7', :require => false
gem 'selenium-webdriver', '~> 2.16.0'
end
gem 'capistrano', '~> 2.9.0', :require => false
gem 'capistrano_colors', :require => false
gem 'linecache', '0.46', :platforms => :mri_18
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