From dff2878ec1e33a3611bd0ac67583b948eca97ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:56:03 +0000 Subject: [PATCH] Build(deps): bump validates_timeliness from 7.0.0 to 7.1.0 Bumps [validates_timeliness](https://github.com/adzap/validates_timeliness) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/adzap/validates_timeliness/blob/master/CHANGELOG.md) - [Commits](https://github.com/adzap/validates_timeliness/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: validates_timeliness dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0937808f..440a9375 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "select2-rails" gem "sentry-sidekiq" gem "sprockets-rails" gem "terser" -gem "validates_timeliness", "~> 7.0.0" +gem "validates_timeliness", "~> 7.1.0" group :development do gem "listen" diff --git a/Gemfile.lock b/Gemfile.lock index fb5ee025..ad5bed21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -739,7 +739,7 @@ GEM unicode-emoji (4.0.4) uri (0.13.0) useragent (0.16.11) - validates_timeliness (7.0.0) + validates_timeliness (7.1.0) activemodel (>= 7.0.0, < 8) timeliness (>= 0.3.10, < 1) version_gem (1.1.4) @@ -805,7 +805,7 @@ DEPENDENCIES sprockets-rails terser timecop - validates_timeliness (~> 7.0.0) + validates_timeliness (~> 7.1.0) web-console webmock