From 1bc4cce0c8ddbfa0963a61028a7fcfade00960cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:41:48 +0000 Subject: [PATCH] Bump validates_timeliness from 7.0.0.beta2 to 7.0.0 Bumps [validates_timeliness](https://github.com/adzap/validates_timeliness) from 7.0.0.beta2 to 7.0.0. - [Changelog](https://github.com/adzap/validates_timeliness/blob/master/CHANGELOG.md) - [Commits](https://github.com/adzap/validates_timeliness/compare/v7.0.0.beta2...v7.0.0) --- updated-dependencies: - dependency-name: validates_timeliness dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2edf3ae08..2f73dfe15 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'select2-rails' gem 'simple_form' gem 'stimulus-rails' gem 'tinymce-rails' -gem "validates_timeliness", "7.0.0.beta2" # for Ruby 3 support +gem "validates_timeliness", "7.0.0" # for Ruby 3 support # system utils gem 'acme-client' diff --git a/Gemfile.lock b/Gemfile.lock index 6b02836ae..ecc0a6780 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -401,7 +401,7 @@ GEM kgio (2.11.4) kostya-sigar (2.0.11) language_server-protocol (3.17.0.3) - logger (1.6.2) + logger (1.6.3) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -679,7 +679,7 @@ GEM thor (1.3.2) thread_safe (0.3.6) tilt (2.0.11) - timeliness (0.4.5) + timeliness (0.5.0) timeout (0.4.2) timers (4.3.5) tinymce-rails (5.8.2) @@ -702,7 +702,7 @@ GEM validates_email_format_of (1.8.2) i18n (>= 0.8.0) simpleidn - validates_timeliness (7.0.0.beta2) + validates_timeliness (7.0.0) activemodel (>= 7.0.0, < 8) timeliness (>= 0.3.10, < 1) virtus (1.0.5) @@ -822,7 +822,7 @@ DEPENDENCIES uglifier (>= 1.0.3) unicorn validates_email_format_of - validates_timeliness (= 7.0.0.beta2) + validates_timeliness (= 7.0.0) virtus watchr webrick