aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTeddy Wing2014-06-08 12:19:23 -0400
committerTeddy Wing2014-06-08 12:19:23 -0400
commitb41ddb4aa9944057d4dfee5a4b9662dc8326d124 (patch)
treedcf683df917ca991f2d6bc5083d95e500ad6f3e5 /Gemfile
parent8806e3a676d2fbe1397b0079318ca279851e476e (diff)
downloadsellevate-b41ddb4aa9944057d4dfee5a4b9662dc8326d124.tar.bz2
Gemfile: add sinatra-contrib
For easy JSON output
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 33723c5..08c96a8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
gem 'contextio', '~> 1.7.2'
gem 'sinatra', '~> 1.4.5'
+gem 'sinatra-contrib'