add 1.9.3 back into the gemfile. LETS DO THIS [ci skip]
This commit is contained in:
parent
fb0fa46613
commit
ebbbf74489
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -1,6 +1,7 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem 'bundler', '> 1.1.0'
|
gem 'bundler', '> 1.1.0'
|
||||||
|
ruby '1.9.3' if ENV['HEROKU']
|
||||||
|
|
||||||
gem 'rails', '3.2.2'
|
gem 'rails', '3.2.2'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue