mirror of
https://github.com/danbulant/api_docs
synced 2026-05-22 13:48:59 +00:00
Remove unused github-linguist dependency
This commit is contained in:
parent
24729b9308
commit
6d7ba45f2c
2 changed files with 0 additions and 5 deletions
|
|
@ -1,6 +1,3 @@
|
|||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
||||
before_install:
|
||||
- "sudo apt-get update && sudo apt-get install libicu-dev"
|
||||
2
Gemfile
2
Gemfile
|
|
@ -15,8 +15,6 @@ gem "middleman-livereload", "~> 3.1.0"
|
|||
|
||||
gem 'redcarpet', :git => 'https://github.com/vmg/redcarpet.git'
|
||||
|
||||
gem "github-linguist", "~> 2.9.5"
|
||||
|
||||
# For faster file watcher updates on Windows:
|
||||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue