diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-07-23 16:02:14 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-07-23 16:02:14 -0500 |
| commit | 12d2e2ec740968374e98b23fe0694b2dc419e7fb (patch) | |
| tree | e6281a845647491d15fe2526375619d437b6eccc /github-linguist.gemspec | |
| parent | f44b31148aeed54a9ebaf62ad01d8b8ebf39eb50 (diff) | |
Switch to json for samples db
Diffstat (limited to 'github-linguist.gemspec')
| -rw-r--r-- | github-linguist.gemspec | 1 |
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 |
