From 7c719339c6937a9ababb33704719bcd9d5ed7422 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 08:53:27 +0000 Subject: [PATCH] build(deps): bump iso8601 from 0.12.1 to 0.13.0 Bumps [iso8601](https://github.com/arnau/ISO8601) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/arnau/ISO8601/releases) - [Changelog](https://github.com/arnau/ISO8601/blob/master/CHANGELOG.md) - [Commits](https://github.com/arnau/ISO8601/compare/v0.12.1...v0.13.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index db4accfb..64bcbf8b 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ gem 'canonical-rails' gem 'invisible_captcha' # Datetime parsing -gem 'iso8601', '~> 0.12.1' +gem 'iso8601', '~> 0.13.0' # MailChimp gem 'gibbon', '~> 3.2' diff --git a/Gemfile.lock b/Gemfile.lock index cfaab98a..a46b95cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM inflection (1.0.0) invisible_captcha (1.0.1) rails (>= 4.2) - iso8601 (0.12.1) + iso8601 (0.13.0) jaro_winkler (1.5.4) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -442,7 +442,7 @@ DEPENDENCIES health_check (~> 3.0) httparty (~> 0.17.0) invisible_captcha - iso8601 (~> 0.12.1) + iso8601 (~> 0.13.0) jbuilder (~> 2.8) jquery-rails jquery-ui-rails (~> 5.0, >= 5.0.5)