From 0a9c107ea13948a79b824e2dc2f170cd035b97cd Mon Sep 17 00:00:00 2001 From: Tommy Ku Date: Fri, 31 Mar 2017 02:05:44 +0800 Subject: [PATCH] add tzinfo-data gem because Rails asks for it --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index c45dca6b3..67989399c 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc # Used for 'respond_to' feature gem 'responders', '~> 2.0' +gem 'tzinfo-data' + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug'