From 363e74d457a6a69a1b328efa5e15e4db5f94dc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:20:08 +0000 Subject: [PATCH] Update chartkick requirement from = 4.0.5 to = 5.0.3 Updates the requirements on [chartkick](https://github.com/ankane/chartkick) to permit the latest version. - [Changelog](https://github.com/ankane/chartkick/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/chartkick/compare/v4.0.5...v5.0.3) --- 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..d55b90e4c 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.3') spec.add_runtime_dependency('readingtime', '0.4.0') spec.add_development_dependency('rubocop', '~> 1.16.0')