Skip to content

Commit 87b065d

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

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Gemfile.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GEM
66
minitest (~> 5.1)
77
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
9-
addressable (2.5.2)
10-
public_suffix (>= 2.0.2, < 4.0)
9+
addressable (2.8.1)
10+
public_suffix (>= 2.0.2, < 6.0)
1111
coffee-script (2.4.1)
1212
coffee-script-source
1313
execjs
@@ -16,8 +16,8 @@ GEM
1616
commonmarker (0.17.13)
1717
ruby-enum (~> 0.5)
1818
concurrent-ruby (1.0.5)
19-
dnsruby (1.61.2)
20-
addressable (~> 2.5)
19+
dnsruby (1.61.9)
20+
simpleidn (~> 0.1)
2121
em-websocket (0.5.1)
2222
eventmachine (>= 0.12.9)
2323
http_parser.rb (~> 0.6.0)
@@ -207,7 +207,8 @@ GEM
207207
multipart-post (2.0.0)
208208
nokogiri (1.10.10)
209209
mini_portile2 (~> 2.4.0)
210-
octokit (4.13.0)
210+
octokit (4.22.0)
211+
faraday (>= 0.9)
211212
sawyer (~> 0.8.0, >= 0.5.3)
212213
pathutil (0.16.1)
213214
forwardable-extended (~> 2.6)
@@ -226,9 +227,11 @@ GEM
226227
sass-listen (4.0.0)
227228
rb-fsevent (~> 0.9, >= 0.9.4)
228229
rb-inotify (~> 0.9, >= 0.9.7)
229-
sawyer (0.8.1)
230-
addressable (>= 2.3.5, < 2.6)
231-
faraday (~> 0.8, < 1.0)
230+
sawyer (0.8.2)
231+
addressable (>= 2.3.5)
232+
faraday (> 0.8, < 2.0)
233+
simpleidn (0.2.1)
234+
unf (~> 0.1.4)
232235
terminal-table (1.8.0)
233236
unicode-display_width (~> 1.1, >= 1.1.1)
234237
thread_safe (0.3.6)
@@ -238,6 +241,9 @@ GEM
238241
thread_safe (~> 0.1)
239242
tzinfo-data (1.2018.6)
240243
tzinfo (>= 1.0.0)
244+
unf (0.1.4)
245+
unf_ext
246+
unf_ext (0.0.8.2)
241247
unicode-display_width (1.4.0)
242248

243249
PLATFORMS

0 commit comments

Comments
 (0)