Skip to content

Commit c0f7147

Browse files
authored
[Bugfix:System] Test server requires json (#593)
On my machine, the test server required json to be included in the gemfile in order to be run. I altered the Gemfile to include it. I would like people to try to replicate the issue to make sure it wasn't just a problem with me.
1 parent c611258 commit c0f7147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform?
1010
gem "webrick", "~> 1.8"
1111

1212
gem 'html-proofer', "~> 3.19.4"
13+
14+
gem 'json'

0 commit comments

Comments
 (0)