-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
52 lines (45 loc) · 876 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
48
49
50
51
52
source 'http://rubygems.org'
gem 'rails', '3.2.13'
gem 'airbrake'
gem 'apns'
gem 'execjs'
gem 'chronic'
gem 'delayed_job'
gem 'delayed_job_active_record'
gem 'devise'
#gem 'capistrano'
gem 'capistrano', '~> 3.1.0'
gem 'capistrano-rvm'
gem 'capistrano-bundler', '~> 1.1.2'
gem 'capistrano-rails', '~> 1.1.1'
gem 'gcm'
gem 'happymapper'
gem 'hominid'
gem 'mustache'
gem 'mysql', '2.8.1'
gem 'nokogiri'
gem 'jquery-rails'
gem 'json'
gem 'therubyracer', '~> 0.10.2'
gem 'thin'
gem 'twilio-ruby'
gem 'twitter'
gem 'tyt', '0.1.1'
gem 'ullr', '>= 0.1.4'
gem 'uglifier'
#active admin
#gem 'activeadmin'
#gem 'sass-rails'
#gem "meta_search", '>= 1.1.0.pre'
group :assets do
gem 'coffee-rails'
end
group :test, :development do
gem "sqlite3"
gem "rspec-rails", "~> 2.6"
gem 'factory_girl_rails'
gem 'shoulda', '>= 3.0.0.beta'
gem 'json_spec'
end
group :test do
end