Skip to content

Commit

Permalink
Bump uri from 0.13.1 to 1.0.2
Browse files Browse the repository at this point in the history
Bumps [uri](https://github.com/ruby/uri) from 0.13.1 to 1.0.2.
- [Release notes](https://github.com/ruby/uri/releases)
- [Commits](ruby/uri@v0.13.1...v1.0.2)

---
updated-dependencies:
- dependency-name: uri
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 8af3a57 commit b6adb0a
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 @@ -45,7 +45,7 @@ gem "parallel", "~> 1.26"
gem "retries"
gem "svix"
gem "typhoeus", "~> 1.4"
gem "uri", "~> 0.13.1"
gem "uri", "~> 1.0.2"

# Redis
gem "redis", "~> 5"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
uri (1.0.2)
useragent (0.16.10)
versionist (2.0.1)
activesupport (>= 3)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
turbo-rails (~> 2)
typhoeus (~> 1.4)
tzinfo-data
uri (~> 0.13.1)
uri (~> 1.0.2)
versionist (~> 2)
web-console (~> 4)
webmock (~> 3)
Expand Down

0 comments on commit b6adb0a

Please sign in to comment.