FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
developer.github.com/Gemfile at master · STRd6/developer.github.com · GitHub
STRd6
/
developer.github.com
Public
forked from
github/developer.github.com
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
developer.github.com
/
Gemfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (28 loc) · 679 Bytes
Breadcrumbs
developer.github.com
/
Gemfile
Copy path
File metadata and controls
34 lines (28 loc) · 679 Bytes
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
source
'http://rubygems.org'
ruby
'2.2.3'
gem
'nanoc'
,
'~> 4.0'
gem
'nanoc-conref-fs'
,
'~> 0.5'
# rendering
gem
'nanoc-html-pipeline'
,
'0.3.3'
gem
'gemoji'
,
'2.1.0'
gem
'github-markdown'
,
'0.6.9'
gem
'html-pipeline-rouge_filter'
,
'~> 1.0'
gem
'extended-markdown-filter'
,
'~> 0.4'
gem
'page-toc-filter'
,
'~> 0.0.1'
# for sitemap
gem
'builder'
,
'~> 3.2'
group
:development
do
gem
'nokogiri'
,
'~> 1.6.0'
gem
'rake'
,
'10.3.2'
gem
'awesome_print'
,
'1.6.1'
end
group
:staging
do
gem
'jekyll-auth'
,
'~> 2.0'
end
group
:test
do
gem
'capybara'
,
'2.4.4'
gem
'html-proofer'
,
'~> 3.0'
gem
'rspec'
,
'3.1'
gem
'selenium-webdriver'
,
'2.45.0'
gem
'jsonlint'
,
'0.1.0'
end
Back
|
FazBrowse Home
|
New Git URL