Skip to content

Commit dfb549e

Browse files
Bump addressable in /hooks/ruby/delete-repository-event
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.5.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cd70d4 commit dfb549e

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

hooks/ruby/delete-repository-event/Gemfile.lock

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.0)
5-
public_suffix (~> 2.0, >= 2.0.2)
6-
faraday (0.11.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
faraday (1.5.1)
7+
faraday-em_http (~> 1.0)
8+
faraday-em_synchrony (~> 1.0)
9+
faraday-excon (~> 1.1)
10+
faraday-httpclient (~> 1.0.1)
11+
faraday-net_http (~> 1.0)
12+
faraday-net_http_persistent (~> 1.1)
13+
faraday-patron (~> 1.0)
714
multipart-post (>= 1.2, < 3)
8-
multipart-post (2.0.0)
15+
ruby2_keywords (>= 0.0.4)
16+
faraday-em_http (1.0.0)
17+
faraday-em_synchrony (1.0.0)
18+
faraday-excon (1.1.0)
19+
faraday-httpclient (1.0.1)
20+
faraday-net_http (1.0.1)
21+
faraday-net_http_persistent (1.2.0)
22+
faraday-patron (1.0.0)
23+
multipart-post (2.1.1)
924
octokit (4.6.2)
1025
sawyer (~> 0.8.0, >= 0.5.3)
11-
public_suffix (2.0.5)
26+
public_suffix (4.0.6)
1227
rack (1.6.13)
1328
rack-protection (1.5.5)
1429
rack
15-
sawyer (0.8.1)
16-
addressable (>= 2.3.5, < 2.6)
17-
faraday (~> 0.8, < 1.0)
30+
ruby2_keywords (0.0.4)
31+
sawyer (0.8.2)
32+
addressable (>= 2.3.5)
33+
faraday (> 0.8, < 2.0)
1834
sinatra (1.4.8)
1935
rack (~> 1.5)
2036
rack-protection (~> 1.4)

0 commit comments

Comments
 (0)