forked from castiron/didh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
36 lines (29 loc) · 701 Bytes
/
Gemfile
File metadata and controls
36 lines (29 loc) · 701 Bytes
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
source 'https://rubygems.org'
gem 'rails', '4.2.1'
gem 'pg'
# Gems used only for assets and not required
# in production environments by default.
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'bootstrap-sass', '~> 3.3.4'
gem 'modernizr-rails'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'nokogiri'
gem 'bcrypt-ruby'
gem 'devise'
gem 'rails-backbone'
gem 'stanford-core-nlp'
gem 'rjb', '~> 1.5.3'
gem 'recaptcha', :require => 'recaptcha/rails'
# Gems required for serving the app
gem 'unicorn'
group :development do
gem 'web-console', '~> 2.0'
end
# Deployment
gem 'capistrano', '~> 3.2.0'
gem 'capistrano-rails', '~> 1.1.0'
gem 'capistrano-bundler'
gem 'capistrano-rbenv', '~> 2.0'