1

I'm doing the Rails Tutorial by Michael Hartl and I ran into this problem when trying to run the rails server.

This is is my gem file

gem 'rails', '4.1.5'

gem 'sqlite3'

gem 'sass-rails', '~> 4.0.3'

gem 'uglifier', '>= 1.3.0

gem 'coffee-rails', '~> 4.0.0'

gem 'jquery-rails'

gem 'turbolinks'

gem 'jbuilder', '~> 2.0'

gem 'sdoc', '~> 0.4.0',

gem 'tzinfo-data', platforms: [:mingw, :mswin]

Omar Santos
  • 11
  • 1
  • 2
  • 1
    Hi Omar, welcome to Stack Overflow! Your it looks like your question got cut off before you were able to explain what the problem was. – RJHunter May 29 '15 at 03:18

1 Answers1

1

try gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

osman
  • 2,335
  • 18
  • 25