Added Sinatra to the Gemfile

This commit is contained in:
Blake Watters
2011-03-09 17:43:25 -05:00
parent 7ff0ff1339
commit 8138e96df6
2 changed files with 7 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ source "http://rubygems.org"
gem "rake"
gem "uispecrunner", ">= 0.4.0"
gem "bundler", "~> 1.0.0"
gem "sinatra", ">= 1.2.0"

View File

@@ -2,7 +2,12 @@ GEM
remote: http://rubygems.org/
specs:
open4 (1.0.1)
rack (1.2.1)
rake (0.8.7)
sinatra (1.2.0)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
tilt (1.2.2)
uispecrunner (0.4.0)
open4 (= 1.0.1)
@@ -12,6 +17,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.0.0)
rake
sinatra (>= 1.2.0)
uispecrunner (>= 0.4.0)
METADATA