in my Gemfile
gem 'nested_set', git: 'git://github.com/skyeagle/nested_set.git', tag: '~> 1.7.0' # September 11, 2013. To fix the error of wrong format of nested_st for 1.7.0
but when I run rails s, I got this error.
emfile:33: syntax error, unexpected ':', expecting $end
gem 'nested_set', git: 'git://github.com/skyeagle/ne...
^
how can I fix it? thanks!