Added Gemfile to incorporate the json gem requirement
1 files changed, 4 insertions(+), 0 deletions(-) A => Gemfile
A => Gemfile +4 -0
@@ 0,0 1,4 @@ +source :rubygems + +# Requires json +gem "json", "~> 1.6.5"