From efa5ecc44f31b7455a2610cce62d6cc63585416a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:14:46 +0000 Subject: [PATCH] Build(deps): Update timezone requirement from = 1.3.26 to = 1.3.27 Updates the requirements on [timezone](https://github.com/panthomakos/timezone) to permit the latest version. - [Release notes](https://github.com/panthomakos/timezone/releases) - [Changelog](https://github.com/panthomakos/timezone/blob/master/CHANGES.markdown) - [Commits](https://github.com/panthomakos/timezone/compare/1.3.26...1.3.27) --- updated-dependencies: - dependency-name: timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- worksnaps.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksnaps.gemspec b/worksnaps.gemspec index fb44b05..7ba677a 100644 --- a/worksnaps.gemspec +++ b/worksnaps.gemspec @@ -27,5 +27,5 @@ Gem::Specification.new do |spec| spec.add_dependency 'activesupport', '>= 6.0.0', '< 7.3' spec.add_dependency 'httparty', '~> 0.10' spec.add_dependency 'rexml', '>= 3.2.5', '< 3.4.0' - spec.add_dependency 'timezone', '1.3.26' + spec.add_dependency 'timezone', '1.3.27' end