summaryrefslogtreecommitdiff
path: root/fake-service/Gemfile
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-08-04 18:03:06 -0300
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-08-04 18:03:21 -0300
commitecccb18a6094bd03d927170500eeb43a587621a2 (patch)
treeaa0dd6ae3eeb8cdcefa108b181bca162f1671ed0 /fake-service/Gemfile
parent255c910842126fd55ac1c0f933ab1d016f534e27 (diff)
Move web server functionality to the service, and update web-ui grunt tasks
Diffstat (limited to 'fake-service/Gemfile')
-rw-r--r--fake-service/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fake-service/Gemfile b/fake-service/Gemfile
index d7ecedc8..5b3eccda 100644
--- a/fake-service/Gemfile
+++ b/fake-service/Gemfile
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem "rake"
gem "sinatra"
gem "sinatra-contrib"
+gem "sinatra-index"
gem "json"
gem "faker"
gem "shotgun"