From 8c055288ccc574af341cedb8384cb12e33c93f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 16:38:51 +0000 Subject: [PATCH] Update chartkick requirement from = 4.0.5 to = 4.1.3 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...v4.1.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..d24c8514f 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', '4.1.3') spec.add_runtime_dependency('readingtime', '0.4.0') spec.add_development_dependency('rubocop', '~> 1.16.0')