I am working on a project team with ruby on rails,
the project was created on MAC OSX and I use windows.
When I try to start the server with rails server
, I have this error : Rails server no source of timezone data could be found
I do a bundle install
and after a `gem install tzinfo-data, then I have the same error again.
How can I solve this problem and launch my server ?