From a088ee96918a938159cbeee1a3fe822f0bb46b5d Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Fri, 13 Feb 2015 03:04:47 +0900 Subject: Format the time string according to the precision of the time column It is also necessary to format a time column like a datetime column. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 08aa842d2f..074db1b4eb 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ platforms :ruby do group :db do gem 'pg', '>= 0.18.0' gem 'mysql', '>= 2.9.0' - gem 'mysql2', '>= 0.3.13' + gem 'mysql2', '>= 0.3.18' end end -- cgit v1.2.3