Add the json gem as a dependency

This commit is contained in:
R. Tyler Croy 2011-11-12 15:57:29 -08:00
parent 4164293115
commit 46f3290fe3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ gem "rest-client"
gem "cucumber"
gem "curb"
gem "capybara"
gem "json"
gem "rspec"
gem "tempdir"