5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-15 13:26:39 +00:00

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

View File

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