Skip to content

Commit 08a90e4

Browse files
Bump addressable from 2.7.0 to 2.8.0 in /lib/sdk
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.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.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be8560a commit 08a90e4

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

lib/sdk/Gemfile.lock

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@ PATH
22
remote: .
33
specs:
44
ros_sdk (0.1.0)
5-
activemodel (= 6.0.2.1)
6-
activesupport (= 6.0.2.1)
5+
activemodel (= 6.1.4)
6+
activesupport (= 6.1.4)
77
config (= 1.7.1)
88
globalid (= 0.4.2)
99
inifile (= 3.0.0)
1010
json_api_client (= 1.15.0)
11-
jwt (= 2.2.1)
11+
jwt (= 2.2.3)
1212
pry (= 0.12.2)
1313
request_store (= 1.5.0)
1414

1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
activemodel (6.0.2.1)
19-
activesupport (= 6.0.2.1)
20-
activesupport (6.0.2.1)
18+
activemodel (6.1.4)
19+
activesupport (= 6.1.4)
20+
activesupport (6.1.4)
2121
concurrent-ruby (~> 1.0, >= 1.0.2)
22-
i18n (>= 0.7, < 2)
23-
minitest (~> 5.1)
24-
tzinfo (~> 1.1)
25-
zeitwerk (~> 2.2)
26-
addressable (2.7.0)
22+
i18n (>= 1.6, < 2)
23+
minitest (>= 5.1)
24+
tzinfo (~> 2.0)
25+
zeitwerk (~> 2.3)
26+
addressable (2.8.0)
2727
public_suffix (>= 2.0.2, < 5.0)
2828
awesome_print (1.8.0)
2929
coderay (1.1.2)
30-
concurrent-ruby (1.1.5)
30+
concurrent-ruby (1.1.9)
3131
config (1.7.1)
3232
activesupport (>= 3.0)
3333
deep_merge (~> 1.2.1)
@@ -71,13 +71,13 @@ GEM
7171
dry-equalizer (~> 0.2)
7272
dry-initializer (~> 3.0)
7373
dry-schema (~> 1.0, >= 1.3.1)
74-
faraday (0.17.3)
74+
faraday (0.17.4)
7575
multipart-post (>= 1.2, < 3)
76-
faraday_middleware (0.13.1)
76+
faraday_middleware (0.14.0)
7777
faraday (>= 0.7.4, < 1.0)
7878
globalid (0.4.2)
7979
activesupport (>= 4.2.0)
80-
i18n (1.7.0)
80+
i18n (1.8.10)
8181
concurrent-ruby (~> 1.0)
8282
inifile (3.0.0)
8383
json_api_client (1.15.0)
@@ -87,15 +87,15 @@ GEM
8787
faraday (~> 0.15, >= 0.15.2)
8888
faraday_middleware (~> 0.9)
8989
rack (>= 0.2)
90-
jwt (2.2.1)
90+
jwt (2.2.3)
9191
method_source (0.9.2)
92-
minitest (5.13.0)
92+
minitest (5.14.4)
9393
multipart-post (2.1.1)
9494
pry (0.12.2)
9595
coderay (~> 1.1.0)
9696
method_source (~> 0.9.0)
97-
public_suffix (4.0.2)
98-
rack (2.0.8)
97+
public_suffix (4.0.6)
98+
rack (2.2.3)
9999
rake (12.3.3)
100100
request_store (1.5.0)
101101
rack (>= 1.4)
@@ -112,10 +112,9 @@ GEM
112112
diff-lcs (>= 1.2.0, < 2.0)
113113
rspec-support (~> 3.9.0)
114114
rspec-support (3.9.2)
115-
thread_safe (0.3.6)
116-
tzinfo (1.2.6)
117-
thread_safe (~> 0.1)
118-
zeitwerk (2.2.2)
115+
tzinfo (2.0.4)
116+
concurrent-ruby (~> 1.0)
117+
zeitwerk (2.4.2)
119118

120119
PLATFORMS
121120
ruby

0 commit comments

Comments
 (0)