From b5cb661d6660ae67aa0f3034eacf938df1cecc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 14:54:29 +0000 Subject: [PATCH] build(deps): Bump chartkick from 3.3.1 to 3.4.0 Bumps [chartkick](https://github.com/ankane/chartkick) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/ankane/chartkick/releases) - [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/chartkick/compare/v3.3.1...v3.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e4bae70d1..0ad1f9686 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ gem 'haml-rails', '~> 2.0' gem 'simple_form' gem 'ajax-datatables-rails', '~> 1.0' gem 'roadie-rails' -gem 'chartkick', '~> 3.3' +gem 'chartkick', '~> 3.4' gem 'groupdate' gem 'font-awesome-rails', '~> 4.0' # needed for icon helpers gem 'mustache', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index a1130d3c4..f0efe7c65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - chartkick (3.3.1) + chartkick (3.4.0) childprocess (3.0.0) chromedriver-helper (2.1.1) archive-zip (~> 0.10) @@ -448,7 +448,7 @@ DEPENDENCIES bootstrap (~> 4.3.1) byebug capybara (>= 2.15) - chartkick (~> 3.3) + chartkick (~> 3.4) chromedriver-helper codeclimate-test-reporter (~> 0.6.0) devise (~> 4.7)