Błąd przy próbie odpalenia nowego projektu

Witam
Chciałem odpalić sobie nowy projekt z githuba do fakturowania.


Lecz spotkałem się z błędami i jako początkujący nie wiem jak sobie z nimi poradzić.

c:\InvoiceApp-master>rails s
Array values in the parameter to Gem.paths= are deprecated.
Please use a String or nil.
An Array ({“GEM_PATH”=>[“C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0”, “C:/Users/DonDaro/.gem/ruby/2.2.0”]}) was passed in from bin/rails:3:in load' => Booting Puma => Rails 4.2.3 application starting in development on http://localhost:3000 => Runrails server -hfor more startup options => Ctrl-C to shutdown server Exiting C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/data_source.rb:182:inrescue in create_default_data_source’: No source of timezone data could be found. (TZInfo::DataSourc
eNotFound)
Please refer to http://tzinfo.github.io/datasourcenotfound for help resolving this error.
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/data_source.rb:179:in create_default_data_source' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/data_source.rb:40:inblock in get’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/data_source.rb:39:in synchronize' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/data_source.rb:39:inget’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone.rb:661:in data_source' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone.rb:92:inget’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_proxy.rb:96:in real_timezone' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone_proxy.rb:30:inperiod_for_utc’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/tzinfo-1.2.3/lib/tzinfo/timezone.rb:543:in current_period' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/values/time_zone.rb:282:inutc_offset’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/values/time_zone.rb:243:in block in []' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/values/time_zone.rb:243:intap’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/values/time_zone.rb:243:in []' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/core_ext/time/zones.rb:61:infind_zone!’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/railtie.rb:20:in block in <class:Railtie>' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/initializable.rb:30:ininstance_exec’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/initializable.rb:30:in run' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/initializable.rb:55:inblock in run_initializers’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:226:in block in tsort_each' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:348:inblock (2 levels) in each_strongly_connected_component’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:429:in each_strongly_connected_component_from' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:347:inblock in each_strongly_connected_component’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:345:in each' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:345:incall’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:345:in each_strongly_connected_component' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:224:intsort_each’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/2.2.0/tsort.rb:203:in tsort_each' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/initializable.rb:54:inrun_initializers’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/application.rb:352:in initialize!' from c:/InvoiceApp-master/config/environment.rb:5:in<top (required)>’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:274:in require' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:274:inblock in require’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:240:in load_dependency' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:274:inrequire’
from c:/InvoiceApp-master/config.ru:3:in block in <main>' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/builder.rb:55:ininstance_eval’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/builder.rb:55:in initialize' from c:/InvoiceApp-master/config.ru:innew’
from c:/InvoiceApp-master/config.ru:in <main>' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/builder.rb:49:ineval’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/builder.rb:49:in new_from_string' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/builder.rb:40:inparse_file’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/server.rb:300:in build_app_and_options_from_config' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/server.rb:209:inapp’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands/server.rb:61:in app' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/rack-1.6.8/lib/rack/server.rb:337:inwrapped_app’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands/server.rb:139:in log_to_stdout' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands/server.rb:78:instart’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb:80:in block in server' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb:75:intap’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb:75:in server' from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb:39:inrun_command!’
from C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/railties-4.2.3/lib/rails/commands.rb:17:in <top (required)>' from bin/rails:8:inrequire’
from bin/rails:8:in `’

Łindołs. I wszystko jasne.

To zasugeruj coś koledze, podpowiedz, ukierunkuj. W przeciwnym wypadku Twój komentarz jest mniej warty niż system operacyjny na którym pracuje.

Czy próbowałeś wykonać instrukcje z linka, który został podany w komunikacie o błędzie? Tj. dodanie do Gemfile’a linijki:
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
?