posty / posty_api

Utility to administrate mailserver based on postfix and dovecot
www.posty-soft.org
Other
85 stars 19 forks source link

Bug in Gemfile line 17, bundle install #9

Closed jVerhaert closed 10 years ago

jVerhaert commented 10 years ago

Was trying to install posty_api today but in the master there is an error in the Gemfile:

Gemfile syntax error: Gemfile:17: syntax error, unexpected ':', expecting kEND gem 'rack-test', require: "rack/test"

this line must be changed into:

gem 'rack-test', :require=> "rack/test"

And then bundle install runs fine.

jVerhaert commented 10 years ago

Seems my ruby installation was doing strange things with 1.8 and 1.9 installed side by side... This can be set as closed.