Skip to content

Commit

Permalink
Build(deps): 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 2, 2024
1 parent b1e590b commit be3accf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "select2-rails"
gem "sentry-sidekiq"
gem "sprockets-rails"
gem "terser"
gem "validates_timeliness", "~> 7.0.0.beta2"
gem "validates_timeliness", "~> 7.0.0"

group :development do
gem "listen"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -728,14 +728,14 @@ GEM
execjs (>= 0.3.0, < 3)
thor (1.3.2)
timecop (0.9.10)
timeliness (0.4.5)
timeliness (0.5.0)
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.0)
useragent (0.16.10)
validates_timeliness (7.0.0.beta2)
validates_timeliness (7.0.0)
activemodel (>= 7.0.0, < 8)
timeliness (>= 0.3.10, < 1)
version_gem (1.1.4)
Expand Down Expand Up @@ -801,7 +801,7 @@ DEPENDENCIES
sprockets-rails
terser
timecop
validates_timeliness (~> 7.0.0.beta2)
validates_timeliness (~> 7.0.0)
web-console
webmock

Expand Down

0 comments on commit be3accf

Please sign in to comment.