add json_pure in Gemfile because not in stdlib in ruby 1.8

This commit is contained in:
Cyril Mougel 2012-02-03 22:19:36 +01:00
parent 0426bd3d5a
commit 9febf7e15c
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ source :rubygems
gem 'rake'
gem 'shoulda'
gem 'mocha'
gem 'json_pure'