답변 1
0
다음의 방식으로 한 번 해결해 보시기 바랍니다.
깃헙 폴더 안쪽으로 진입 후 아래의 2개를 설치합니다.
gem install tzinfo
gem install tzinfo-data
다음으로는 Gemfile 에 다음의 내용을 하단에 붙혀넣기 합니다.
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo'
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
아래의 참고한 블로그 글도 같이 첨부를 해놓겠습니다^^