Skip to content

Commit

Permalink
Fix ruby/jruby dependency mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Sep 22, 2009
1 parent 783f554 commit 1b80af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ DEVELOPMENT_DEPENDENCIES = {
}

if defined?(RUBY_PLATFORM) && RUBY_PLATFORM =~ /jruby/
DEVELOPMENT_DEPENDENCIES['json'] = {:version => '~> 1.1.7'}
else
DEVELOPMENT_DEPENDENCIES['json-jruby'] = {:version => '~> 1.1.2'}
else
DEVELOPMENT_DEPENDENCIES['json'] = {:version => '~> 1.1.7'}
end

GEMSPEC = Gem::Specification.new{|s|
Expand Down

0 comments on commit 1b80af6

Please sign in to comment.