-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (32 loc) · 657 Bytes
/
Gemfile
File metadata and controls
35 lines (32 loc) · 657 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
source 'http://rubygems.org'
gem 'rails', '3.0.7'
gem 'bundler'
gem 'mysql2', '0.2.6'
gem 'devise'
gem 'cancan'
gem 'fastercsv'
gem 'acts_as_tree'
gem 'jquery-rails', '>= 0.2.6'
gem 'jrails'
gem 'kaminari'
gem 'geokit-rails3'
gem 'haml'
gem 'web-app-theme', '>= 0.6.2'
gem 'rails3-jquery-autocomplete'
gem 'hpricot'
gem 'ruby_parser'
gem 'gmaps4rails', '= 0.8.7'
gem 'ancestry'
gem 'devise_rpx_connectable'
gem 'acts_as_commentable'
gem 'meta_search'
gem 'meta_where'
gem 'geocoder'
gem 'gmaps4rails', '= 0.8.7'
group :test, :development do
gem "rspec-rails", "~> 2.6"
gem "factory_girl_rails"
gem "capybara"
gem "guard-rspec"
gem "shoulda"
end