Skip to content

Commit

Permalink
Get app working on cloud.gov.
Browse files Browse the repository at this point in the history
Add config file and specify ruby version.
  • Loading branch information
sashax committed May 2, 2016
1 parent 8bf3335 commit e43d15a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby '2.3.1'

gem 'mocha'
gem 'rack-test'
gem 'sinatra'
Expand Down
3 changes: 3 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#For cloud.gov
require './app'
run RelyingParty.new

0 comments on commit e43d15a

Please sign in to comment.