natew / obtvse

Deprecated: See natew/obtvse2
http://github.com/natew/obtvse2
MIT License
1.38k stars 261 forks source link

Problem with Gemfile? #105

Closed Goles closed 11 years ago

Goles commented 11 years ago

I followed the instructions but I got:

#rails s
Gemfile syntax error:
/Users/user/Blog/obtvse/Gemfile:14: syntax error, unexpected ':', expecting $end
gem 'stringex', '~> 1', git: 'git://github.com/rsl/stringex.git'

Any clue?

daylifemike commented 11 years ago

change... git: 'git://github.com/rsl/stringex.git' to... :git => 'git://github.com/rsl/stringex.git'

natew commented 11 years ago

No, upgrade to ruby 1.9

Nate natewienert.com

On Tuesday, January 8, 2013 at 10:33 AM, Mike Kafka wrote:

change... git: 'git://github.com/rsl/stringex.git' (http://github.com/rsl/stringex.git') to... :git => 'git://github.com/rsl/stringex.git' (http://github.com/rsl/stringex.git')

— Reply to this email directly or view it on GitHub (https://github.com/natew/obtvse/issues/105#issuecomment-12010360).

daylifemike commented 11 years ago

I am running 1.9. So is your Heroku demo (according to your notes) and it's not working either. I pushed an untouched copy of your master to my own Heroku stack (running 1.9) and it didn't work until I made the above change.

natew commented 11 years ago

Nope, not the case. Not sure why you're getting that error, but my demo was due to an old an incorrect merge I had done. With the same line it is working now.