Use yajl since it is already a dependency

Both JSON and Yajl were listed as dependencies. Pygments.rb already requires yajl, so let's just use that instead of using both.
This commit is contained in:
Brandon Keepers
2014-10-17 14:14:02 -04:00
parent 4232b04571
commit cd743332f4
5 changed files with 14 additions and 19 deletions

View File

@@ -18,7 +18,6 @@ Gem::Specification.new do |s|
s.add_dependency 'mime-types', '~> 1.19'
s.add_dependency 'pygments.rb', '~> 0.6.0'
s.add_development_dependency 'json'
s.add_development_dependency 'mocha'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'