added "json" to Gemfile (#386)

This commit is contained in:
Adrian Scott 2017-08-22 09:48:16 -05:00 committed by joshua stein
parent 30057c7416
commit 8128ff15b7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
source "https://rubygems.org"
gem "json"
gem "rails", "~> 5.1"
gem "unicorn"