Skip to content

Commit

Permalink
Bump validates_timeliness from 7.0.0.beta2 to 7.0.0
Browse files Browse the repository at this point in the history
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](adzap/validates_timeliness@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent 95d7cf0 commit 313178b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 313178b

Please sign in to comment.