Adding sinatra fixture

Signed-off-by: Gabriel Ramirez <gabriel.e.ramirez@gmail.com>
This commit is contained in:
Dave Goddard
2016-04-29 16:17:51 -04:00
committed by Gabriel Ramirez
parent 8c6b9f9c68
commit 0f37c2b59c
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# encoding: utf-8
source 'https://rubygems.org'
gem 'sinatra'

View File

@@ -0,0 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
rack (1.5.2)
rack-protection (1.5.2)
rack
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
sinatra