-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
78 lines (60 loc) · 1.56 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
# -*- coding: utf-8 -*-
source 'http://rubygems.org'
gem 'rails', '~> 3.0.12'
gem 'pg'
gem 'sass'
gem 'haml'
gem "haml-rails"
gem 'rails_settings', '~> 0.1.1' # path => '/Users/danil/code/gems/rails_settings'
gem "stateful_link"
gem "devise", :git => "https://github.com/plataformatec/devise.git"
gem "omniauth", :git => "https://github.com/intridea/omniauth.git"
gem "compass"
gem "jquery-rails", ">= 0.2.6"
gem "state_machine"
gem 'acts-as-taggable-on'
gem "simple_form"
gem "active_record_defaults"
gem "rfc-822"
gem "fastercsv"
# TODO От этого избавиться
gem "img_gravatar"
gem 'gravtastic'
gem "gritter_notices"
#gem "copycopter_client"
gem 'airbrake'
#
gem "unicorn"
gem "annotate"
gem "cancan"
# gem "typus"
gem 'activeadmin', '~> 0.5'
# gem 'typus', :git => 'https://github.com/typus/typus.git'
#https://github.com/swanandp/acts_as_list
gem "acts_as_list"
gem "cancan"
# gem "russian", :git => "https://github.com/dima4p/russian.git"
gem "russian"# , :git => "https://github.com/yaroslav/russian.git"
# gem 'russian'
gem 'inherited_resources'
gem 'rvm'
group :development, :test do
gem "nifty-generators"
gem 'pry' # Use as binding.pry
gem "wirble"
# gem 'ruby-debug19', :require => 'ruby-debug'
gem "rcov"
gem "rspec"
gem "rspec-rails"
gem "shoulda"
gem "factory_girl_rails"
gem "factory_girl_generator"
gem "hpricot"
gem "ruby_parser"
gem "mocha"
end
group :development do
gem 'capistrano'
gem 'capistrano-recipes0', :git => 'git://github.com/BrandyMint/capistrano-recipes0.git'
gem 'rvm-capistrano'
end