Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Update dependencies, include json
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Nov 28, 2012
1 parent e6e0881 commit a9cc422
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -192,10 +192,11 @@ This.gemspec['ruby'] = Gem::Specification.new do |spec|
# spec.add_dependency( 'map', '~> 6.2.0') # spec.add_dependency( 'map', '~> 6.2.0')


# The Development Dependencies # The Development Dependencies
spec.add_development_dependency( 'rake' , '~> 0.9.2.2') spec.add_development_dependency( 'rake' , '~> 10.0.2')
spec.add_development_dependency( 'minitest' , '~> 3.3.0' ) spec.add_development_dependency( 'minitest' , '~> 4.3.2' )
spec.add_development_dependency( 'rdoc' , '~> 3.12' ) spec.add_development_dependency( 'rdoc' , '~> 3.12' )
spec.add_development_dependency( 'zip' , "~> 2.0.2" ) spec.add_development_dependency( 'zip' , '~> 2.0.2' )
spec.add_development_dependency( 'json' , '~> 1.7.5' )
end end




Expand Down

0 comments on commit a9cc422

Please sign in to comment.