mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
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:
parent
25af17b9b3
commit
c34e9f57eb
2 changed files with 5 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue