Added sinatra dependency to bundler Gemfile

This commit is contained in:
antisnatchor
2012-03-11 10:51:43 +01:00
parent a0c11fa695
commit e1652bf52e

View File

@@ -25,6 +25,7 @@ else
end
gem "thin"
gem "sinatra", "1.3.2"
gem "ansi"
gem "term-ansicolor", :require => "term/ansicolor"
gem "dm-core"