Browse Source

Use ruby 1.9.2 for compatibility with Heroku bamboo stack

tags/last-sinatra-version
Adrian Short 11 years ago
parent
commit
2b3c645163
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -1,4 +1,4 @@
ruby '1.9.3'
ruby '1.9.2'
source :rubygems source :rubygems


gem 'sinatra' gem 'sinatra'


Loading…
Cancel
Save