Skip to content

Instantly share code, notes, and snippets.

@brettgoulder
Created May 27, 2014 23:40
Show Gist options
  • Save brettgoulder/aa95f1dd8c4ac5fd5159 to your computer and use it in GitHub Desktop.
Save brettgoulder/aa95f1dd8c4ac5fd5159 to your computer and use it in GitHub Desktop.
Simple app that will run on bamboo
require 'rubygems'
require 'sinatra'
set :port, ENV['PORT']
run Sinatra::Application
source "https://rubygems.org"
gem "sinatra"
GEM
remote: https://rubygems.org/
specs:
rack (1.5.2)
rack-protection (1.5.3)
rack
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
sinatra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment