add tzinfo-data gem because Rails asks for it

This commit is contained in:
Tommy Ku
2017-03-31 02:05:44 +08:00
parent 0dc90551a3
commit 0a9c107ea1

View File

@@ -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'