FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
documentcloud/Gemfile at gm_processing · documentcloud/documentcloud · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
documentcloud
/
documentcloud
Public archive
Notifications
You must be signed in to change notification settings
Fork
157
Star
425
Code
Issues
194
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
documentcloud
/
Gemfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (43 loc) · 1.57 KB
Breadcrumbs
documentcloud
/
Gemfile
Copy path
File metadata and controls
46 lines (43 loc) · 1.57 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
source
'https://rubygems.org'
gem
'iconv'
gem
'rails'
,
'~>4.1.0'
gem
'curb'
,
'~>0.8.4'
gem
'calais'
,
'~> 0.0.13'
,
:github
=>
'nathanstitt/calais'
,
:branch
=>
'newer_nokogiri'
gem
'rest-client'
,
'~> 1.6.7'
gem
'bcrypt'
,
'~> 3.1.1'
,
:require
=>
'bcrypt'
gem
'rubyzip'
,
'~> 1.1.0'
#0.9.9'
gem
'aws-sdk'
,
'~> 1.30'
,
:require
=>
'aws'
#11.1'
gem
'pg'
,
'~> 0.17'
gem
'closure-compiler'
gem
'docsplit'
,
'0.7.6'
gem
'sunspot_rails'
,
'~> 2.1.0'
gem
'sunspot_solr'
,
'~> 2.1.0'
gem
'progress_bar'
# optional, used by sunspot to show progress while re-indexing
gem
'cloud-crowd'
,
'~>0.7.3'
gem
'pdftailor'
gem
'pdfshaver'
,
'0.0.1'
gem
'omniauth'
,
'~> 1.2.1'
gem
'omniauth-twitter'
,
'~> 1.0'
gem
'omniauth-facebook'
,
'~> 1.6'
gem
'omniauth-google-oauth2'
,
'~> 0.2'
gem
'sanitize'
,
'~> 2.0.6'
gem
'rdiscount'
,
'~> 2.1.6'
gem
'rake'
gem
'actionpack-page_caching'
gem
'jammit'
,
:github
=>
'documentcloud/jammit'
,
:branch
=>
'rails4'
gem
'nokogiri'
,
'~> 1.6.0'
gem
'net-ssh-shell'
group
:development
,
:test
do
gem
'guard-bundler'
gem
'growl'
gem
"sunspot_matchers"
gem
'minitest'
gem
'minitest-spec-rails'
gem
'guard-minitest'
gem
'spring'
# for downloading the translations from google spreadsheet
gem
'google_drive'
,
'~> 1.0.0'
# securely ask for username/password for access to translation spreadsheet
gem
'highline'
gem
"pry"
end
Back
|
FazBrowse Home
|
New Git URL