forked from catarse/catarse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
40 lines (40 loc) · 961 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
source 'http://rubygems.org'
source 'http://gems.github.com'
gem 'rails', '3.0.3'
gem 'pg'
gem 'haml'
gem 'slim'
gem 'compass'
gem 'omniauth'
gem 'formtastic', '~> 1.1.0'
gem 'validation_reflection'
gem 'inherited_resources', '>= 1.1.2'
gem 'maxim-sexy_pg_constraints'
gem 'spectator-validates_email', :require => 'validates_email'
gem 'vimeo'
gem 'wirble'
gem "on_the_spot"
gem 'unicorn'
gem 'mailee', '>= 0.5.1', :git => 'https://github.com/softa/mailee-api.git'
gem 'will_paginate'
gem 'weekdays'
gem 'moip', :git => 'https://github.com/danielweinmann/moip-ruby.git'
gem 'brcep'
gem "meta_search"
gem "RedCloth"
gem "auto_html", '>= 1.3.5'
gem "acts_as_commentable"
gem 'mustache'
gem 'unicode'
gem 'routing-filter'
gem 'http_accept_language'
group :test, :development do
gem 'capybara', ">= 0.4.0"
gem 'launchy'
gem 'database_cleaner'
gem 'steak', "~> 1.1.0"
gem 'rspec-rails', "~> 2.0.1"
gem 'rcov'
gem 'factory_girl_rails'
gem 'mocha'
end