7 lines
97 B
Ruby
7 lines
97 B
Ruby
source :rubygems
|
|
|
|
gem 'sinatra', '~> 1.3.2'
|
|
gem 'attentive', :path => '../attentive'
|
|
gem 'thin'
|
|
|