ruby version change fix for heroku...

James Peret 10 anni fa
parent
commit
e4cfe74471
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

@@ -1,5 +1,5 @@
1 1
 source 'http://rubygems.org'
2
-ruby "2.1.1"
2
+ruby "2.1.6"
3 3
 
4 4
 gem 'unicorn'
5 5
 gem 'sinatra'