forked from handcrafted/foundation
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGemfile
More file actions
41 lines (36 loc) · 826 Bytes
/
Gemfile
File metadata and controls
41 lines (36 loc) · 826 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
31
32
33
34
35
36
37
38
39
40
41
source 'http://rubygems.org'
gem 'rails', '2.3.11'
gem 'mysql'
gem 'warden', '= 0.10.3'
gem 'devise', '= 1.0.9'
gem 'chronic', '>= 0.2.3'
gem 'resque'
gem 'resque_mailer'
gem 'will_paginate', '>= 2.3.11'
gem 'paperclip', '>= 2.2.9'
gem 'whenever', '>= 0.3.7'
gem 'friendly_id'
gem 'newrelic_rpm'
gem 'hoptoad_notifier'
gem 'liquid'
gem 'haml', '>= 2.2.0'
gem 'compass', '= 0.8.17'
gem 'grid-coordinates', '>= 1.0.3'
gem 'formtastic'
gem 'validation_reflection', '0.3.8'
group :test do
gem 'factory_girl', '>= 1.2.3'
gem "rspec", '= 1.3.1'
gem "rspec-rails", '= 1.3.3'
gem "remarkable_rails"
end
group :cucumber do
gem 'cucumber-rails', '0.3.2'
gem 'database_cleaner'
gem 'capybara'
gem 'pickle'
gem 'launchy'
gem 'rspec', '=1.3.1'
gem 'rspec-rails', '=1.3.3'
gem 'factory_girl', '>= 1.2.3'
end