Skip to content

Commit 488e766

Browse files
Bump addressable from 2.5.1 to 2.8.1 in /app/ruby/app-issue-creator
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.1 to 2.8.1. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.5.1...addressable-2.8.1) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b67875 commit 488e766

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

app/ruby/app-issue-creator/Gemfile.lock

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,50 @@ GEM
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
zeitwerk (~> 2.2, >= 2.2.2)
10-
addressable (2.5.1)
11-
public_suffix (~> 2.0, >= 2.0.2)
10+
addressable (2.8.1)
11+
public_suffix (>= 2.0.2, < 6.0)
1212
concurrent-ruby (1.2.0)
13-
faraday (0.12.1)
14-
multipart-post (>= 1.2, < 3)
13+
faraday (1.10.3)
14+
faraday-em_http (~> 1.0)
15+
faraday-em_synchrony (~> 1.0)
16+
faraday-excon (~> 1.1)
17+
faraday-httpclient (~> 1.0)
18+
faraday-multipart (~> 1.0)
19+
faraday-net_http (~> 1.0)
20+
faraday-net_http_persistent (~> 1.0)
21+
faraday-patron (~> 1.0)
22+
faraday-rack (~> 1.0)
23+
faraday-retry (~> 1.0)
24+
ruby2_keywords (>= 0.0.4)
25+
faraday-em_http (1.0.0)
26+
faraday-em_synchrony (1.0.0)
27+
faraday-excon (1.1.0)
28+
faraday-httpclient (1.0.1)
29+
faraday-multipart (1.0.4)
30+
multipart-post (~> 2)
31+
faraday-net_http (1.0.1)
32+
faraday-net_http_persistent (1.2.0)
33+
faraday-patron (1.0.0)
34+
faraday-rack (1.0.0)
35+
faraday-retry (1.0.3)
1536
i18n (1.12.0)
1637
concurrent-ruby (~> 1.0)
1738
json (2.3.0)
1839
jwt (1.5.6)
1940
minitest (5.17.0)
20-
multipart-post (2.0.0)
41+
multipart-post (2.3.0)
2142
mustermann (2.0.2)
2243
ruby2_keywords (~> 0.0.1)
2344
octokit (4.7.0)
2445
sawyer (~> 0.8.0, >= 0.5.3)
25-
public_suffix (2.0.5)
46+
public_suffix (5.0.1)
2647
rack (2.2.6.2)
2748
rack-protection (2.2.3)
2849
rack
2950
ruby2_keywords (0.0.5)
30-
sawyer (0.8.1)
31-
addressable (>= 2.3.5, < 2.6)
32-
faraday (~> 0.8, < 1.0)
51+
sawyer (0.8.2)
52+
addressable (>= 2.3.5)
53+
faraday (> 0.8, < 2.0)
3354
sinatra (2.2.3)
3455
mustermann (~> 2.0)
3556
rack (~> 2.2)

0 commit comments

Comments
 (0)