forked from catarse/catarse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (30 loc) · 712 Bytes
/
Gemfile
File metadata and controls
31 lines (30 loc) · 712 Bytes
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
source 'http://rubygems.org'
source 'http://gems.github.com'
gem 'rails', '3.0.3'
gem 'pg'
gem 'haml'
gem 'compass'
gem 'omniauth'
gem 'formtastic', '~> 1.1.0'
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.4.3'
gem 'will_paginate'
gem 'weekdays'
gem 'moip', :git => 'https://github.com/moiplabs/moip-ruby.git'
gem 'brazilian-rails'
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