From 7407383a06942dea9c38a46895951aee632f0b2f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 09:28:52 +0000 Subject: [PATCH] build(deps): bump iso8601 from 0.12.1 to 0.12.2 Bumps [iso8601](https://github.com/arnau/ISO8601) from 0.12.1 to 0.12.2. - [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.12.2) 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..9d5cf63f 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.12.2' # MailChimp gem 'gibbon', '~> 3.2' diff --git a/Gemfile.lock b/Gemfile.lock index cfaab98a..ab82463e 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.12.2) 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.12.2) jbuilder (~> 2.8) jquery-rails jquery-ui-rails (~> 5.0, >= 5.0.5)