Skip to content

Commit

Permalink
be more flexible with dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Apr 27, 2018
1 parent 8830754 commit c85c858
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions yajl-ruby.gemspec
Expand Up @@ -17,11 +17,10 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.8.6"

# tests
s.add_development_dependency 'rake-compiler', '>= 0.7.5'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rake-compiler'
s.add_development_dependency 'rspec'
# benchmarks
s.add_development_dependency 'activesupport', '~> 3.1.2'
s.add_development_dependency 'activesupport'
s.add_development_dependency 'json'
s.add_development_dependency "benchmark-memory", "~> 0.1"
s.add_development_dependency "benchmark-memory"
end

0 comments on commit c85c858

Please sign in to comment.