forked from BrandyMint/chebit.ru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
56 lines (45 loc) · 1.17 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
source 'http://rubygems.org'
gem 'rails', '~> 3.0.8'
gem 'pg'
gem 'sass', '~> 3.1'
gem 'haml', '~> 3.1.2'
gem "haml-rails"
gem "rails_config"
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 "img_gravatar"
#gem 'hoptoad_notifier'
gem "annotate"
gem "cancan"
gem "typus"
#https://github.com/swanandp/acts_as_list
gem "acts_as_list"
gem "cancan"
# gem "russian", :git => "https://github.com/dima4p/russian.git"
gem "russian"
group :development, :test do
gem "wirble"
#gem "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 'wirble'
gem 'vlad', :path => '~/code/gems/vlad/' #, :git=>'git://github.com/dapi/vlad.git' # '~> 2.2.0',
gem 'vlad-extras', :path => '~/code/gems/vlad-extras/'
gem 'vlad-git', :path => '~/code/gems/vlad-git/'
gem 'vlad-unicorn'
end
gem "mocha", :group => :test