Skip to content

Commit 1b9119f

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 edcd58f commit 1b9119f

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)
@@ -208,7 +208,8 @@ GEM
208208
nokogiri (1.13.9)
209209
mini_portile2 (~> 2.8.0)
210210
racc (~> 1.4)
211-
octokit (4.13.0)
211+
octokit (4.22.0)
212+
faraday (>= 0.9)
212213
sawyer (~> 0.8.0, >= 0.5.3)
213214
pathutil (0.16.1)
214215
forwardable-extended (~> 2.6)
@@ -228,9 +229,11 @@ GEM
228229
sass-listen (4.0.0)
229230
rb-fsevent (~> 0.9, >= 0.9.4)
230231
rb-inotify (~> 0.9, >= 0.9.7)
231-
sawyer (0.8.1)
232-
addressable (>= 2.3.5, < 2.6)
233-
faraday (~> 0.8, < 1.0)
232+
sawyer (0.8.2)
233+
addressable (>= 2.3.5)
234+
faraday (> 0.8, < 2.0)
235+
simpleidn (0.2.1)
236+
unf (~> 0.1.4)
234237
terminal-table (1.8.0)
235238
unicode-display_width (~> 1.1, >= 1.1.1)
236239
thread_safe (0.3.6)
@@ -240,6 +243,9 @@ GEM
240243
thread_safe (~> 0.1)
241244
tzinfo-data (1.2018.6)
242245
tzinfo (>= 1.0.0)
246+
unf (0.1.4)
247+
unf_ext
248+
unf_ext (0.0.8.2)
243249
unicode-display_width (1.4.0)
244250

245251
PLATFORMS

0 commit comments

Comments
 (0)