Bump addressable from 2.3.4 to 2.8.0

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.4 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.3.4...addressable-2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-12 21:33:28 +00:00 committed by GitHub
parent 25af17b9b3
commit c34e9f57eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'addressable', '= 2.3.4'
gem 'addressable', '2.8.0'
gem 'bcrypt', '=3.1.11'
gem 'bcrypt-ruby', '=3.0.1'
gem 'bundler', '>=1.7.4'

View file

@ -1,7 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.4)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
bcrypt (3.1.11)
bcrypt-ruby (3.0.1)
daemons (1.1.9)
@ -59,6 +60,7 @@ GEM
json_pure (1.8.0)
multi_json (1.7.7)
pg (0.21.0)
public_suffix (4.0.6)
rack (1.6.12)
rack-protection (1.5.5)
rack
@ -78,7 +80,7 @@ PLATFORMS
ruby
DEPENDENCIES
addressable (= 2.3.4)
addressable (= 2.8.0)
bcrypt (= 3.1.11)
bcrypt-ruby (= 3.0.1)
bundler (>= 1.7.4)