ngx_borderpatrol/Gemfile

9 lines
151 B
Ruby

source 'https://rubygems.org/'
gem 'sinatra'
gem 'httparty'
gem 'god'
gem 'haml'
# For reloading every request to the sinatra test apps
gem 'shotgun'