Remove unused github-linguist dependency

This commit is contained in:
Robert Lord 2013-11-18 11:00:50 -08:00
parent 24729b9308
commit 6d7ba45f2c
2 changed files with 0 additions and 5 deletions

View file

@ -1,6 +1,3 @@
rvm:
- 1.9.3
- 2.0.0
before_install:
- "sudo apt-get update && sudo apt-get install libicu-dev"

View file

@ -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]