Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 021b21c

Browse files
Bump addressable from 2.5.2 to 2.8.0
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 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.2...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e9a659 commit 021b21c

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

Gemfile.lock

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.2)
5-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
faraday (0.13.1)
7+
faraday (1.5.1)
8+
faraday-em_http (~> 1.0)
9+
faraday-em_synchrony (~> 1.0)
10+
faraday-excon (~> 1.1)
11+
faraday-httpclient (~> 1.0.1)
12+
faraday-net_http (~> 1.0)
13+
faraday-net_http_persistent (~> 1.1)
14+
faraday-patron (~> 1.0)
815
multipart-post (>= 1.2, < 3)
16+
ruby2_keywords (>= 0.0.4)
17+
faraday-em_http (1.0.0)
18+
faraday-em_synchrony (1.0.0)
19+
faraday-excon (1.1.0)
20+
faraday-httpclient (1.0.1)
21+
faraday-net_http (1.0.1)
22+
faraday-net_http_persistent (1.2.0)
23+
faraday-patron (1.0.0)
924
ffi (1.9.18)
1025
ffi (1.9.18-x64-mingw32)
1126
forwardable-extended (2.6.0)
@@ -47,25 +62,27 @@ GEM
4762
rb-inotify (~> 0.9, >= 0.9.7)
4863
mercenary (0.3.6)
4964
mini_magick (4.9.4)
50-
multipart-post (2.0.0)
51-
octokit (4.7.0)
65+
multipart-post (2.1.1)
66+
octokit (4.21.0)
67+
faraday (>= 0.9)
5268
sawyer (~> 0.8.0, >= 0.5.3)
5369
pathutil (0.14.0)
5470
forwardable-extended (~> 2.6)
55-
public_suffix (3.0.0)
71+
public_suffix (4.0.6)
5672
rb-fsevent (0.10.2)
5773
rb-inotify (0.9.10)
5874
ffi (>= 0.5.0, < 2)
5975
rouge (1.11.1)
76+
ruby2_keywords (0.0.4)
6077
safe_yaml (1.0.4)
6178
sass (3.5.1)
6279
sass-listen (~> 4.0.0)
6380
sass-listen (4.0.0)
6481
rb-fsevent (~> 0.9, >= 0.9.4)
6582
rb-inotify (~> 0.9, >= 0.9.7)
66-
sawyer (0.8.1)
67-
addressable (>= 2.3.5, < 2.6)
68-
faraday (~> 0.8, < 1.0)
83+
sawyer (0.8.2)
84+
addressable (>= 2.3.5)
85+
faraday (> 0.8, < 2.0)
6986
subexec (0.2.3)
7087
thread_safe (0.3.6)
7188
tzinfo (1.2.3)

0 commit comments

Comments
 (0)