Skip to content

Commit

Permalink
rbx compat
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Sep 14, 2011
1 parent 14bf5fd commit 9a48b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yajl-ruby.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
# tests # tests
s.add_development_dependency 'rake-compiler', ">= 0.7.5" s.add_development_dependency 'rake-compiler', ">= 0.7.5"
s.add_development_dependency 'rspec', ">= 2.0.0" s.add_development_dependency 'rspec', ">= 2.0.0"
s.add_development_dependency 'bzip2-ruby' s.add_development_dependency 'bzip2-ruby' unless RUBY_ENGINE =~ /rbx/
# benchmarks # benchmarks
s.add_development_dependency 'activesupport' s.add_development_dependency 'activesupport'
s.add_development_dependency 'json' s.add_development_dependency 'json'
Expand Down

0 comments on commit 9a48b60

Please sign in to comment.