-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
44 lines (40 loc) · 972 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
source "http://rubygems.org"
gem "rails", "3.0.9"
gem "nokogiri", "1.5.4"
gem "redcarpet", "1.17.1"
gem "devise"
# gem "memcached", "1.3.0"
gem "inherited_resources", "1.2.2"
gem "haml", "3.1.2"
gem "compass", "0.11.5"
gem "therubyracer", :require => false
gem "jquery-rails", "~> 1.0.12"
gem "haml-rails"
gem "i18n", "0.5.0"
gem "mongoid_i18n", :require => "mongoid/i18n"
gem "mongoid", "2.0.1"
gem "bson", "1.5.2"
gem "bson_ext", "1.5.2"
gem "mini_magick", "3.3"
gem "carrierwave", "0.5.6"
gem "heroku", "2.4.0"
gem "gmaps4rails", "0.10.2"
gem "calendar_helper", "~> 0.2.4"
gem "validates_timeliness", "3.0.6"
group :development do
gem "hpricot"
gem "ruby_parser"
end
group :development, :test do
gem "rspec-rails", "2.6.1"
gem "autotest-rails", "4.1.0"
gem "autotest-growl", "0.2.9"
gem "ruby-debug19", "0.11.6"
gem "rb-fsevent"
gem "guard-bundler"
gem "guard-rspec"
gem "guard-livereload"
gem "growl"
gem "colored"
gem "deadweight", "~> 0.2.1"
end