-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
56 lines (51 loc) · 1.39 KB
/
Gemfile
File metadata and controls
56 lines (51 loc) · 1.39 KB
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://ruby.taobao.org/'
#source 'https://rubygems.org'
gem 'rails', '3.2.13'
gem 'rake', '0.9.2.2'
gem 'bluecloth'
gem 'hz2py'
gem 'sqlite3'
gem 'redcarpet'
gem 'pg'
gem 'devise', '~> 2.2.1'
gem 'dynamic_sitemaps'
gem 'cancan'
gem 'coderay'
gem 'thin'
gem 'sequel'
gem 'rails_autolink'
# Deploy with Capistrano
gem 'capistrano'
gem "auto_html"
# Bundle the extra gems:
gem 'jquery_datepicker'
gem 'ui_datepicker-rails3'
gem 'jquery-ui-rails'
gem "galetahub-simple_captcha", :require => "simple_captcha"
gem "friendly_id"
gem "omniauth", ">= 1.1.1"
gem 'omniauth-github'
gem 'acts-as-taggable-on', :git => 'git://github.com/mbleigh/acts-as-taggable-on.git', :branch => "master"
gem "rails_config"
gem 'simple_form'
gem 'kaminari'
gem 'linkser'
gem 'pagedown-rails', '~> 1.1.2'
gem 'carrierwave'
gem 'mini_magick'
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
gem 'font-awesome-rails', :git => "git://github.com/bokmann/font-awesome-rails.git"
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'less-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platform => :ruby
gem 'wicked_pdf'
gem 'uglifier', '>= 1.0.3'
gem 'jquery-rails'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'