-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGemfile
43 lines (34 loc) · 872 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
41
42
43
source :rubygems
gem 'rails', '~> 3.0.4'
gem 'high_voltage'
gem 'pg', '~> 0.11.0'
gem 'bcrypt-ruby', '~> 2.1.4', :require => 'bcrypt'
gem 'omniauth'
gem 'haml', '~> 3.1.1'
gem 'haml-rails', '~> 0.3.4'
gem 'rdiscount', '~> 1.6.8'
gem 'sass', '~> 3.1.1'
gem 'css3buttons', '~> 0.9.2'
# gem 'inherited_resources', '~> 1.2.2'
# gem 'goalie', '~> 0.0.4'
# gem 'rainbow', '~> 1.1.1'
# gem 'chronic', '~> 0.3.0'
gem 'awesome_print', '~> 0.4.0'
group :development, :test do
gem 'looksee', '~> 1.0.2'
gem 'utility_belt', '~> 1.1.0'
gem 'wirble', '~> 0.1.3'
gem 'rspec-rails'
end
group :development do
gem 'heroku', '~> 2.1.4'
gem 'jammit', '~> 0.6.3'
gem 'jquery-rails', '~> 1.0.2'
end
group :test do
gem 'autotest'
gem 'capybara', '~> 0.4.1.2'
gem 'cucumber-rails', '~> 0.4.1'
gem 'delorean', '~> 1.0.0'
# gem 'factory_girl_rails', '~> 1.0.1'
end