This repository has been archived by the owner on May 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGemfile
78 lines (73 loc) · 1.54 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
source 'http://rubygems.org'
gem 'rails', '3.2.1'
gem 'pg'
gem 'newrelic_rpm'
gem 'active_link_to'
gem 'airbrake'
gem 'ancestry'
gem 'auditor'
gem 'cancan'
gem 'carrierwave'
gem 'daemons'
gem 'delayed_job_active_record'
gem 'devise'
gem 'devise-russian'
gem 'flash_messages_helper'
gem 'geocoder'
gem 'haml-rails'
gem 'has_scope'
gem 'high_voltage'
gem 'hominid'
gem 'inherited_resources'
gem 'jquery-rails'
gem 'kaminari'
gem 'koala'
gem 'meta-tags', :require => 'meta_tags'
gem 'meta_search', '>= 1.1.0.pre'
gem 'mini_magick'
gem 'omniauth-facebook'
gem 'omniauth-vkontakte'
gem 'pjax_rails'
gem 'plist'
gem 'rails_config'
gem 'russian'
gem 'simple_form'
gem 'unicorn'
gem 'vk-ruby'
gem 'yajl-ruby'
group :assets do
gem 'coffee-rails', '~> 3.2.1'
gem 'compass-rails'
gem 'execjs'
gem 'sass-rails', '~> 3.2.3'
gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
gem 'awesome_print'
gem 'capistrano'
gem 'capistrano-ext'
gem 'erb2haml'
gem 'guard'
gem 'guard-bundler'
gem 'guard-migrate'
gem 'guard-rspec'
gem 'guard-spork'
gem 'letter_opener'
gem 'rails-footnotes', '>= 3.7.5.rc4'
gem 'rb-fsevent'
gem 'ruby_gntp' # for Growl notifications, works only with Growl >= 1.3
gem 'yard'
end
group :development, :test do
gem 'capybara', git: 'https://github.com/jnicklas/capybara.git'
gem 'database_cleaner'
gem 'fabrication'
gem 'ffaker'
gem 'fuubar'
gem 'rspec-rails'
gem 'spork', '> 0.9.0.rc'
gem 'steak'
gem 'timecop'
end