Skip to content

Commit

Permalink
Specify ruby 1.9.3 in the Gemfile.
Browse files Browse the repository at this point in the history
Heroku now uses ruby 2.0.0 as the default, but we appear to have some compatibilty issues somewhere (see hotsh#772).

Heroku will use the ruby specified in the Gemfile, so this should make for a more seamless deploy experience until we fix the compatibility problem(s).
  • Loading branch information
carols10cents committed Aug 29, 2013
1 parent bc908b6 commit 65f0f67
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 'http://rubygems.org'

ruby '1.9.3'

gem 'rails', '3.2.14'

# Gems used only for assets and not required
Expand Down

0 comments on commit 65f0f67

Please sign in to comment.