Newer
Older
gem 'rails', '3.2.12'
# click-jacking protection
gem 'rack-protection', '1.2'
Daniel Grippi
committed
gem 'omniauth-tumblr', '1.1'
Daniel Grippi
committed
Sarah Mei
committed
# mail
gem 'markerb', '1.0.1'
Sarah Mei
committed
group :production do # we don't install these on travis to speed up test runs
gem 'fastercsv', '1.5.5', :require => false
# analytics
gem 'rack-google-analytics', '0.11.0', :require => 'rack/google-analytics'
gem 'rack-piwik', '0.1.3', :require => 'rack/piwik', :require => false
Sarah Mei
committed
end
Maxwell Salzberg
committed
gem 'mysql2', '0.3.11' if ENV['DB'].nil? || ENV['DB'] == 'all' || ENV['DB'] == 'mysql'
gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
Maxwell Salzberg
committed
gem 'json', '1.7.7'
# localization
gem 'i18n-inflector-rails', '~> 1.0'
gem 'roxml', :git => 'https://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0'
gem 'acts-as-taggable-on', '2.3.3'
gem 'addressable', '2.3.2', :require => 'addressable/uri'
gem 'http_accept_language', '1.0.2'
gem 'typhoeus', '0.3.3'
# assets
group :assets do
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
# install Node.js or use 'therubyracer'.
#
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platform => :ruby
gem 'jasmine', '1.3.1'
Jonne Haß
committed
Jamie Wilkinson
committed
group :test do
gem 'cucumber-rails', '1.3.0', :require => false
gem 'guard-cucumber', '1.3.2'
gem 'rb-inotify', '0.9.0', :require => false
gem 'rb-fsevent', '0.9.3', :require => false
end
group :test, :development do
gem 'capistrano', '2.12.0', :require => false
gem 'capistrano_colors', '0.5.5', :require => false