aboutsummaryrefslogtreecommitdiff
path: root/github-linguist.gemspec
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2012-07-23 16:02:14 -0500
committerJoshua Peek <josh@joshpeek.com>2012-07-23 16:02:14 -0500
commit12d2e2ec740968374e98b23fe0694b2dc419e7fb (patch)
treee6281a845647491d15fe2526375619d437b6eccc /github-linguist.gemspec
parentf44b31148aeed54a9ebaf62ad01d8b8ebf39eb50 (diff)
Switch to json for samples db
Diffstat (limited to 'github-linguist.gemspec')
-rw-r--r--github-linguist.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/github-linguist.gemspec b/github-linguist.gemspec
index 4c99cb1..54edcf3 100644
--- a/github-linguist.gemspec
+++ b/github-linguist.gemspec
@@ -14,4 +14,5 @@ Gem::Specification.new do |s|
s.add_dependency 'pygments.rb', '~> 0.2.13'
s.add_development_dependency 'json'
s.add_development_dependency 'rake'
+ s.add_development_dependency 'yajl-ruby'
end