From b1aa808a456965f0a231549587d7a21a0a585f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 20:57:08 +0000 Subject: [PATCH] Update chartkick requirement from = 4.0.5 to = 5.0.2 Updates the requirements on [chartkick](https://github.com/ankane/chartkick) to permit the latest version. - [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/v4.0.5...v5.0.2) --- updated-dependencies: - dependency-name: chartkick dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- station.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/station.gemspec b/station.gemspec index 3441f55cf..9894f77e3 100644 --- a/station.gemspec +++ b/station.gemspec @@ -82,7 +82,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency('redis', '4.3.1') spec.add_runtime_dependency('sassc-rails', '2.1.2') spec.add_runtime_dependency('gmaps4rails', '2.1.2') - spec.add_runtime_dependency('chartkick', '4.0.5') + spec.add_runtime_dependency('chartkick', '5.0.2') spec.add_runtime_dependency('readingtime', '0.4.0') spec.add_development_dependency('rubocop', '~> 1.16.0')