-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
52 lines (48 loc) · 1.02 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
source 'https://rubygems.org'
gem 'airbrake'
gem 'axlsx_rails'
gem 'backup', '~> 3.0.25'
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'carrierwave'
gem 'ckeditor'
gem 'configus'
gem 'jbuilder'
gem 'jquery-rails'
gem 'fancybox-rails', git: 'https://github.com/sverigemeny/fancybox-rails'
gem 'haml-rails'
gem 'kaminari'
gem 'mini_magick'
gem 'mocha'
gem 'pg'
gem 'rails', '>= 3.2.11'
gem 'ransack'
gem 'russian'
gem 'seedbank'
gem 'simple_form'
gem 'state_machine'
gem 'twitter-bootstrap-rails'
gem 'timepad'
gem 'unicorn'
gem 'usefull_scopes', git: 'https://github.com/kaize/usefull_scopes.git'
gem 'validates'
group :assets do
gem 'coffee-rails', '~> 3.2.1'
gem 'jquery-ui-rails'
gem 'less-rails'
gem 'sass-rails', '~> 3.2.3'
gem 'therubyracer', platform: :ruby
gem 'uglifier', '>= 1.0.3'
end
group :development do
gem 'capi'
gem 'capistrano'
gem 'capistrano-ext'
gem 'rvm-capistrano'
end
group :test do
gem 'ci_reporter'
gem 'factory_girl_rails'
gem 'minitest', '4.5.0'
gem 'simplecov', require: false
gem 'turn'
end