Skip to content

Commit dda8dbb

Browse files
chore: fix dependencies (#1240)
1 parent 0cf55c4 commit dda8dbb

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

gapic-generator-ads/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ PATH
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actionpack (8.1.0)
22-
actionview (= 8.1.0)
23-
activesupport (= 8.1.0)
21+
actionpack (8.1.1)
22+
actionview (= 8.1.1)
23+
activesupport (= 8.1.1)
2424
nokogiri (>= 1.8.5)
2525
rack (>= 2.2.4)
2626
rack-session (>= 1.0.1)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.2)
2929
rails-html-sanitizer (~> 1.6)
3030
useragent (~> 0.16)
31-
actionview (8.1.0)
32-
activesupport (= 8.1.0)
31+
actionview (8.1.1)
32+
activesupport (= 8.1.1)
3333
builder (~> 3.1)
3434
erubi (~> 1.11)
3535
rails-dom-testing (~> 2.2)
3636
rails-html-sanitizer (~> 1.6)
37-
activesupport (8.1.0)
37+
activesupport (8.1.1)
3838
base64
3939
bigdecimal
4040
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -70,7 +70,7 @@ GEM
7070
grpc-tools (1.75.0)
7171
i18n (1.14.7)
7272
concurrent-ruby (~> 1.0)
73-
json (2.15.1)
73+
json (2.15.2)
7474
language_server-protocol (3.17.0.5)
7575
lint_roller (1.1.0)
7676
logger (1.7.0)
@@ -90,7 +90,7 @@ GEM
9090
nokogiri (1.18.10-x86_64-linux-gnu)
9191
racc (~> 1.4)
9292
parallel (1.27.0)
93-
parser (3.3.9.0)
93+
parser (3.3.10.0)
9494
ast (~> 2.4.1)
9595
racc
9696
path_expander (1.1.3)
@@ -99,7 +99,7 @@ GEM
9999
coderay (~> 1.1)
100100
method_source (~> 1.0)
101101
racc (1.8.1)
102-
rack (3.2.3)
102+
rack (3.2.4)
103103
rack-session (2.1.1)
104104
base64 (>= 0.1.0)
105105
rack (>= 3.0.0)
@@ -113,10 +113,10 @@ GEM
113113
loofah (~> 2.21)
114114
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
115115
rainbow (3.1.1)
116-
rake (13.3.0)
116+
rake (13.3.1)
117117
redcarpet (3.6.1)
118118
regexp_parser (2.11.3)
119-
rubocop (1.81.6)
119+
rubocop (1.81.7)
120120
json (~> 2.3)
121121
language_server-protocol (~> 3.17.0.2)
122122
lint_roller (~> 1.1.0)
@@ -137,7 +137,7 @@ GEM
137137
unicode-display_width (3.2.0)
138138
unicode-emoji (~> 4.1)
139139
unicode-emoji (4.1.0)
140-
uri (1.0.4)
140+
uri (1.1.1)
141141
useragent (0.16.11)
142142
yard (0.9.37)
143143

gapic-generator-cloud/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ PATH
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actionpack (8.1.0)
22-
actionview (= 8.1.0)
23-
activesupport (= 8.1.0)
21+
actionpack (8.1.1)
22+
actionview (= 8.1.1)
23+
activesupport (= 8.1.1)
2424
nokogiri (>= 1.8.5)
2525
rack (>= 2.2.4)
2626
rack-session (>= 1.0.1)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.2)
2929
rails-html-sanitizer (~> 1.6)
3030
useragent (~> 0.16)
31-
actionview (8.1.0)
32-
activesupport (= 8.1.0)
31+
actionview (8.1.1)
32+
activesupport (= 8.1.1)
3333
builder (~> 3.1)
3434
erubi (~> 1.11)
3535
rails-dom-testing (~> 2.2)
3636
rails-html-sanitizer (~> 1.6)
37-
activesupport (8.1.0)
37+
activesupport (8.1.1)
3838
base64
3939
bigdecimal
4040
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -70,7 +70,7 @@ GEM
7070
grpc-tools (1.75.0)
7171
i18n (1.14.7)
7272
concurrent-ruby (~> 1.0)
73-
json (2.15.1)
73+
json (2.15.2)
7474
language_server-protocol (3.17.0.5)
7575
lint_roller (1.1.0)
7676
logger (1.7.0)
@@ -90,7 +90,7 @@ GEM
9090
nokogiri (1.18.10-x86_64-linux-gnu)
9191
racc (~> 1.4)
9292
parallel (1.27.0)
93-
parser (3.3.9.0)
93+
parser (3.3.10.0)
9494
ast (~> 2.4.1)
9595
racc
9696
path_expander (1.1.3)
@@ -99,7 +99,7 @@ GEM
9999
coderay (~> 1.1)
100100
method_source (~> 1.0)
101101
racc (1.8.1)
102-
rack (3.2.3)
102+
rack (3.2.4)
103103
rack-session (2.1.1)
104104
base64 (>= 0.1.0)
105105
rack (>= 3.0.0)
@@ -113,10 +113,10 @@ GEM
113113
loofah (~> 2.21)
114114
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
115115
rainbow (3.1.1)
116-
rake (13.3.0)
116+
rake (13.3.1)
117117
redcarpet (3.6.1)
118118
regexp_parser (2.11.3)
119-
rubocop (1.81.6)
119+
rubocop (1.81.7)
120120
json (~> 2.3)
121121
language_server-protocol (~> 3.17.0.2)
122122
lint_roller (~> 1.1.0)
@@ -137,7 +137,7 @@ GEM
137137
unicode-display_width (3.2.0)
138138
unicode-emoji (~> 4.1)
139139
unicode-emoji (4.1.0)
140-
uri (1.0.4)
140+
uri (1.1.1)
141141
useragent (0.16.11)
142142
yard (0.9.37)
143143

gapic-generator/Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actionpack (8.1.0)
16-
actionview (= 8.1.0)
17-
activesupport (= 8.1.0)
15+
actionpack (8.1.1)
16+
actionview (= 8.1.1)
17+
activesupport (= 8.1.1)
1818
nokogiri (>= 1.8.5)
1919
rack (>= 2.2.4)
2020
rack-session (>= 1.0.1)
2121
rack-test (>= 0.6.3)
2222
rails-dom-testing (~> 2.2)
2323
rails-html-sanitizer (~> 1.6)
2424
useragent (~> 0.16)
25-
actionview (8.1.0)
26-
activesupport (= 8.1.0)
25+
actionview (8.1.1)
26+
activesupport (= 8.1.1)
2727
builder (~> 3.1)
2828
erubi (~> 1.11)
2929
rails-dom-testing (~> 2.2)
3030
rails-html-sanitizer (~> 1.6)
31-
activesupport (8.1.0)
31+
activesupport (8.1.1)
3232
base64
3333
bigdecimal
3434
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -64,7 +64,7 @@ GEM
6464
grpc-tools (1.75.0)
6565
i18n (1.14.7)
6666
concurrent-ruby (~> 1.0)
67-
json (2.15.1)
67+
json (2.15.2)
6868
language_server-protocol (3.17.0.5)
6969
lint_roller (1.1.0)
7070
logger (1.7.0)
@@ -84,7 +84,7 @@ GEM
8484
nokogiri (1.18.10-x86_64-linux-gnu)
8585
racc (~> 1.4)
8686
parallel (1.27.0)
87-
parser (3.3.9.0)
87+
parser (3.3.10.0)
8888
ast (~> 2.4.1)
8989
racc
9090
path_expander (1.1.3)
@@ -93,7 +93,7 @@ GEM
9393
coderay (~> 1.1)
9494
method_source (~> 1.0)
9595
racc (1.8.1)
96-
rack (3.2.3)
96+
rack (3.2.4)
9797
rack-session (2.1.1)
9898
base64 (>= 0.1.0)
9999
rack (>= 3.0.0)
@@ -107,10 +107,10 @@ GEM
107107
loofah (~> 2.21)
108108
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
109109
rainbow (3.1.1)
110-
rake (13.3.0)
110+
rake (13.3.1)
111111
redcarpet (3.6.1)
112112
regexp_parser (2.11.3)
113-
rubocop (1.81.6)
113+
rubocop (1.81.7)
114114
json (~> 2.3)
115115
language_server-protocol (~> 3.17.0.2)
116116
lint_roller (~> 1.1.0)
@@ -131,7 +131,7 @@ GEM
131131
unicode-display_width (3.2.0)
132132
unicode-emoji (~> 4.1)
133133
unicode-emoji (4.1.0)
134-
uri (1.0.4)
134+
uri (1.1.1)
135135
useragent (0.16.11)
136136
yard (0.9.37)
137137

0 commit comments

Comments
 (0)