Skip to content

Commit

Permalink
use bundler to define the required ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstorti committed Jul 22, 2013
1 parent 5371f43 commit 98659d2
Showing 1 changed file with 2 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 "1.9.3"

gem 'thin'
gem 'sinatra'
gem 'sinatra-contrib'
Expand Down

0 comments on commit 98659d2

Please sign in to comment.