-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
47 lines (36 loc) · 905 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
44
45
46
47
source 'http://rubygems.org'
gem 'rails', '2.0.2'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
#gem 'sqlite3'
gem 'mysql'
# gem 'sorcery'
# gem 'cancan'
# gem "therubyracer",:require => "v8"
gem 'rake'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
group :development do
gem 'capistrano'
gem 'capistrano-ext'
gem 'capistrano_colors', '>=0.5.3' #, :git => "git://github.com/gaslightsoftware/capistrano_colors.git"
# gem 'ruby-debug', '0.10.0'
end
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
group :development do
gem 'mongrel'
end
# group :development do
# gem 'heroku'
# gem 'taps'
# # gem 'mysql'
# end
# group :test do
# # Pretty printed test output
# gem 'turn', :require => false
# gem 'minitest'
# end