Skip to content

Commit

Permalink
Bump date from 3.3.4 to 3.4.0 in the ruby-minor-production group
Browse files Browse the repository at this point in the history
Bumps the ruby-minor-production group with 1 update: [date](https://github.com/ruby/date).


Updates `date` from 3.3.4 to 3.4.0
- [Release notes](https://github.com/ruby/date/releases)
- [Commits](ruby/date@v3.3.4...v3.4.0)

---
updated-dependencies:
- dependency-name: date
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent 0b4f157 commit 58514b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'webpacker', '~> 5.4.4'
gem 'good_job', '~> 3.99'

# fix for https://www.ruby-lang.org/en/news/2021/11/15/date-parsing-method-regexp-dos-cve-2021-41817/
gem "date", "~> 3.3.4"
gem "date", "~> 3.4.0"

gem 'httparty', '~> 0.22.0' # https://github.com/jnunemaker/httparty
gem 'sprockets', '~> 3.7'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GEM
database_cleaner-active_record (1.99.0)
activerecord
database_cleaner (~> 1.99.0)
date (3.3.4)
date (3.4.0)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -513,7 +513,7 @@ DEPENDENCIES
countries (~> 4.2)
csv
database_cleaner-active_record
date (~> 3.3.4)
date (~> 3.4.0)
debug
devise (~> 4.9)
devise-async (~> 1.0)
Expand Down

0 comments on commit 58514b0

Please sign in to comment.