Skip to content

Commit

Permalink
Update addressable requirement from = 2.3.5 to = 2.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [addressable](https://github.com/sporkmonger/addressable) to permit the latest version.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.3.5...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2022
1 parent 62552f8 commit 766ddd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.1)
addressable (2.3.5)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
atomic (1.1.14)
aws-ses (0.5.0)
builder
Expand Down Expand Up @@ -152,6 +153,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (2.0.5)
rb-fsevent (0.9.4)
rb-inotify (0.9.3)
ffi (>= 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion backup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |gem|
# Gem Dependencies
# Generated by `rake gemspec`. Do Not Edit.
gem.add_dependency 'CFPropertyList', '= 2.3.1'
gem.add_dependency 'addressable', '= 2.3.5'
gem.add_dependency 'addressable', '= 2.8.0'
gem.add_dependency 'atomic', '= 1.1.14'
gem.add_dependency 'aws-ses', '= 0.5.0'
gem.add_dependency 'buftok', '= 0.2.0'
Expand Down

0 comments on commit 766ddd8

Please sign in to comment.