Skip to content

Commit 0c65358

Browse files
Lock file maintenance (#252)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/power-tools). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carlos Palhares <[email protected]>
1 parent 00d951a commit 0c65358

File tree

14 files changed

+582
-511
lines changed

14 files changed

+582
-511
lines changed

packages/api_chai/Gemfile.lock

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ GEM
2222
thor (>= 0.14.0)
2323
ast (2.4.2)
2424
base64 (0.2.0)
25-
bigdecimal (3.1.6)
25+
bigdecimal (3.1.7)
2626
concurrent-ruby (1.2.3)
2727
connection_pool (2.4.1)
2828
diff-lcs (1.5.1)
29-
drb (2.2.0)
30-
ruby2_keywords
31-
i18n (1.14.1)
29+
drb (2.2.1)
30+
i18n (1.14.4)
3231
concurrent-ruby (~> 1.0)
33-
json (2.7.1)
32+
json (2.7.2)
3433
language_server-protocol (3.17.0.3)
3534
license_finder (7.1.0)
3635
bundler
@@ -39,16 +38,16 @@ GEM
3938
tomlrb (>= 1.3, < 2.1)
4039
with_env (= 1.1.0)
4140
xml-simple (~> 1.1.9)
42-
minitest (5.22.2)
41+
minitest (5.22.3)
4342
mutex_m (0.2.0)
4443
parallel (1.24.0)
4544
parser (3.3.0.5)
4645
ast (~> 2.4.1)
4746
racc
4847
racc (1.7.3)
49-
rack (3.0.9.1)
48+
rack (3.0.10)
5049
rainbow (3.1.1)
51-
rake (13.1.0)
50+
rake (13.2.1)
5251
regexp_parser (2.9.0)
5352
rexml (3.2.6)
5453
rspec (3.13.0)
@@ -64,45 +63,47 @@ GEM
6463
diff-lcs (>= 1.2.0, < 2.0)
6564
rspec-support (~> 3.13.0)
6665
rspec-support (3.13.1)
67-
rubocop (1.60.2)
66+
rubocop (1.63.3)
6867
json (~> 2.3)
6968
language_server-protocol (>= 3.17.0)
7069
parallel (~> 1.10)
7170
parser (>= 3.3.0.2)
7271
rainbow (>= 2.2.2, < 4.0)
7372
regexp_parser (>= 1.8, < 3.0)
7473
rexml (>= 3.2.5, < 4.0)
75-
rubocop-ast (>= 1.30.0, < 2.0)
74+
rubocop-ast (>= 1.31.1, < 2.0)
7675
ruby-progressbar (~> 1.7)
7776
unicode-display_width (>= 2.4.0, < 3.0)
78-
rubocop-ast (1.30.0)
79-
parser (>= 3.2.1.0)
77+
rubocop-ast (1.31.2)
78+
parser (>= 3.3.0.4)
8079
rubocop-capybara (2.20.0)
8180
rubocop (~> 1.41)
8281
rubocop-factory_bot (2.25.1)
8382
rubocop (~> 1.41)
84-
rubocop-performance (1.20.2)
83+
rubocop-performance (1.21.0)
8584
rubocop (>= 1.48.1, < 2.0)
86-
rubocop-ast (>= 1.30.0, < 2.0)
85+
rubocop-ast (>= 1.31.1, < 2.0)
8786
rubocop-powerhome (0.5.0)
8887
rubocop
8988
rubocop-performance
9089
rubocop-rails
9190
rubocop-rake
9291
rubocop-rspec
93-
rubocop-rails (2.23.1)
92+
rubocop-rails (2.24.1)
9493
activesupport (>= 4.2.0)
9594
rack (>= 1.1)
9695
rubocop (>= 1.33.0, < 2.0)
97-
rubocop-ast (>= 1.30.0, < 2.0)
96+
rubocop-ast (>= 1.31.1, < 2.0)
9897
rubocop-rake (0.6.0)
9998
rubocop (~> 1.0)
100-
rubocop-rspec (2.26.1)
99+
rubocop-rspec (2.29.1)
101100
rubocop (~> 1.40)
102101
rubocop-capybara (~> 2.17)
103102
rubocop-factory_bot (~> 2.22)
103+
rubocop-rspec_rails (~> 2.28)
104+
rubocop-rspec_rails (2.28.3)
105+
rubocop (~> 1.40)
104106
ruby-progressbar (1.13.0)
105-
ruby2_keywords (0.0.5)
106107
rubyzip (2.3.2)
107108
thor (1.3.1)
108109
tomlrb (2.0.3)

packages/audit_tracker/Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ GEM
5454
crass (1.0.6)
5555
diff-lcs (1.5.1)
5656
erubi (1.12.0)
57-
i18n (1.14.1)
57+
i18n (1.14.4)
5858
concurrent-ruby (~> 1.0)
59-
json (2.7.1)
59+
json (2.7.2)
6060
license_finder (7.1.0)
6161
bundler
6262
rubyzip (>= 1, < 3)
@@ -67,9 +67,9 @@ GEM
6767
loofah (2.22.0)
6868
crass (~> 1.0.2)
6969
nokogiri (>= 1.12.0)
70-
method_source (1.0.0)
70+
method_source (1.1.0)
7171
mini_portile2 (2.8.6)
72-
minitest (5.22.2)
72+
minitest (5.22.3)
7373
nokogiri (1.16.4)
7474
mini_portile2 (~> 2.8.2)
7575
racc (~> 1.4)
@@ -82,7 +82,7 @@ GEM
8282
ast (~> 2.4.1)
8383
racc
8484
racc (1.7.3)
85-
rack (2.2.8.1)
85+
rack (2.2.9)
8686
rack-test (2.1.0)
8787
rack (>= 1.3)
8888
rails-dom-testing (2.2.0)
@@ -100,7 +100,7 @@ GEM
100100
thor (~> 1.0)
101101
zeitwerk (~> 2.5)
102102
rainbow (3.1.1)
103-
rake (13.1.0)
103+
rake (13.2.1)
104104
regexp_parser (2.9.0)
105105
rexml (3.2.6)
106106
rspec (3.13.0)
@@ -134,26 +134,29 @@ GEM
134134
rubocop-ast (>= 1.28.0, < 2.0)
135135
ruby-progressbar (~> 1.7)
136136
unicode-display_width (>= 2.4.0, < 3.0)
137-
rubocop-ast (1.30.0)
138-
parser (>= 3.2.1.0)
137+
rubocop-ast (1.31.2)
138+
parser (>= 3.3.0.4)
139139
rubocop-capybara (2.20.0)
140140
rubocop (~> 1.41)
141141
rubocop-factory_bot (2.25.1)
142142
rubocop (~> 1.41)
143-
rubocop-performance (1.20.2)
143+
rubocop-performance (1.21.0)
144144
rubocop (>= 1.48.1, < 2.0)
145-
rubocop-ast (>= 1.30.0, < 2.0)
146-
rubocop-rails (2.23.1)
145+
rubocop-ast (>= 1.31.1, < 2.0)
146+
rubocop-rails (2.24.1)
147147
activesupport (>= 4.2.0)
148148
rack (>= 1.1)
149149
rubocop (>= 1.33.0, < 2.0)
150-
rubocop-ast (>= 1.30.0, < 2.0)
150+
rubocop-ast (>= 1.31.1, < 2.0)
151151
rubocop-rake (0.6.0)
152152
rubocop (~> 1.0)
153-
rubocop-rspec (2.26.1)
153+
rubocop-rspec (2.29.1)
154154
rubocop (~> 1.40)
155155
rubocop-capybara (~> 2.17)
156156
rubocop-factory_bot (~> 2.22)
157+
rubocop-rspec_rails (~> 2.28)
158+
rubocop-rspec_rails (2.28.3)
159+
rubocop (~> 1.40)
157160
ruby-progressbar (1.13.0)
158161
rubyzip (2.3.2)
159162
shoulda-matchers (5.1.0)

packages/camel_trail/Gemfile.lock

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -101,27 +101,26 @@ GEM
101101
attr_encrypted (4.0.0)
102102
encryptor (~> 3.0.0)
103103
base64 (0.2.0)
104-
bigdecimal (3.1.6)
104+
bigdecimal (3.1.7)
105105
builder (3.2.4)
106106
concurrent-ruby (1.2.3)
107107
connection_pool (2.4.1)
108108
crass (1.0.6)
109109
date (3.3.4)
110110
diff-lcs (1.5.1)
111111
docile (1.1.5)
112-
drb (2.2.0)
113-
ruby2_keywords
112+
drb (2.2.1)
114113
encryptor (3.0.0)
115114
erubi (1.12.0)
116115
globalid (1.2.1)
117116
activesupport (>= 6.1)
118-
i18n (1.14.1)
117+
i18n (1.14.4)
119118
concurrent-ruby (~> 1.0)
120119
io-console (0.7.2)
121-
irb (1.11.2)
120+
irb (1.12.0)
122121
rdoc
123122
reline (>= 0.4.2)
124-
json (2.7.1)
123+
json (2.7.2)
125124
license_finder (7.1.0)
126125
bundler
127126
rubyzip (>= 1, < 3)
@@ -137,10 +136,10 @@ GEM
137136
net-imap
138137
net-pop
139138
net-smtp
140-
marcel (1.0.2)
139+
marcel (1.0.4)
141140
mini_mime (1.1.5)
142141
mini_portile2 (2.8.6)
143-
minitest (5.22.2)
142+
minitest (5.22.3)
144143
mutex_m (0.2.0)
145144
net-imap (0.4.10)
146145
date
@@ -149,9 +148,9 @@ GEM
149148
net-protocol
150149
net-protocol (0.2.2)
151150
timeout
152-
net-smtp (0.4.0.1)
151+
net-smtp (0.5.0)
153152
net-protocol
154-
nio4r (2.7.0)
153+
nio4r (2.7.1)
155154
nitro_config (0.2.0)
156155
activesupport (>= 5.2.8.1)
157156
nokogiri (1.16.4)
@@ -168,7 +167,7 @@ GEM
168167
psych (5.1.2)
169168
stringio
170169
racc (1.7.3)
171-
rack (3.0.9.1)
170+
rack (3.0.10)
172171
rack-session (2.0.0)
173172
rack (>= 3.0.0)
174173
rack-test (2.1.0)
@@ -206,11 +205,11 @@ GEM
206205
thor (~> 1.0, >= 1.2.2)
207206
zeitwerk (~> 2.6)
208207
rainbow (3.1.1)
209-
rake (13.1.0)
210-
rdoc (6.6.2)
208+
rake (13.2.1)
209+
rdoc (6.6.3.1)
211210
psych (>= 4.0.0)
212211
regexp_parser (2.9.0)
213-
reline (0.4.3)
212+
reline (0.5.3)
214213
io-console (~> 0.5)
215214
rexml (3.2.6)
216215
rspec (3.13.0)
@@ -244,28 +243,30 @@ GEM
244243
rubocop-ast (>= 1.28.0, < 2.0)
245244
ruby-progressbar (~> 1.7)
246245
unicode-display_width (>= 2.4.0, < 3.0)
247-
rubocop-ast (1.30.0)
248-
parser (>= 3.2.1.0)
246+
rubocop-ast (1.31.2)
247+
parser (>= 3.3.0.4)
249248
rubocop-capybara (2.20.0)
250249
rubocop (~> 1.41)
251250
rubocop-factory_bot (2.25.1)
252251
rubocop (~> 1.41)
253-
rubocop-performance (1.20.2)
252+
rubocop-performance (1.21.0)
254253
rubocop (>= 1.48.1, < 2.0)
255-
rubocop-ast (>= 1.30.0, < 2.0)
256-
rubocop-rails (2.23.1)
254+
rubocop-ast (>= 1.31.1, < 2.0)
255+
rubocop-rails (2.24.1)
257256
activesupport (>= 4.2.0)
258257
rack (>= 1.1)
259258
rubocop (>= 1.33.0, < 2.0)
260-
rubocop-ast (>= 1.30.0, < 2.0)
259+
rubocop-ast (>= 1.31.1, < 2.0)
261260
rubocop-rake (0.6.0)
262261
rubocop (~> 1.0)
263-
rubocop-rspec (2.26.1)
262+
rubocop-rspec (2.29.1)
264263
rubocop (~> 1.40)
265264
rubocop-capybara (~> 2.17)
266265
rubocop-factory_bot (~> 2.22)
266+
rubocop-rspec_rails (~> 2.28)
267+
rubocop-rspec_rails (2.28.3)
268+
rubocop (~> 1.40)
267269
ruby-progressbar (1.13.0)
268-
ruby2_keywords (0.0.5)
269270
rubyzip (2.3.2)
270271
simplecov (0.15.1)
271272
docile (~> 1.1.0)

packages/cygnet/Gemfile.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,26 @@ GEM
2828
tzinfo (~> 2.0)
2929
ast (2.4.2)
3030
base64 (0.2.0)
31-
bigdecimal (3.1.6)
31+
bigdecimal (3.1.7)
3232
byebug (11.1.3)
3333
coderay (1.1.3)
3434
concurrent-ruby (1.2.3)
3535
connection_pool (2.4.1)
3636
diff-lcs (1.5.1)
3737
docile (1.1.5)
38-
drb (2.2.0)
39-
ruby2_keywords
40-
i18n (1.14.1)
38+
drb (2.2.1)
39+
i18n (1.14.4)
4140
concurrent-ruby (~> 1.0)
42-
json (2.7.1)
41+
json (2.7.2)
4342
license_finder (7.1.0)
4443
bundler
4544
rubyzip (>= 1, < 3)
4645
thor (~> 1.2)
4746
tomlrb (>= 1.3, < 2.1)
4847
with_env (= 1.1.0)
4948
xml-simple (~> 1.1.9)
50-
method_source (1.0.0)
51-
minitest (5.22.2)
49+
method_source (1.1.0)
50+
minitest (5.22.3)
5251
mutex_m (0.2.0)
5352
parallel (1.24.0)
5453
parser (3.3.0.5)
@@ -62,10 +61,10 @@ GEM
6261
byebug (~> 11.0)
6362
pry (>= 0.13, < 0.15)
6463
racc (1.7.3)
65-
rack (3.0.9.1)
64+
rack (3.0.10)
6665
rainbow (2.2.2)
6766
rake
68-
rake (13.1.0)
67+
rake (13.2.1)
6968
regexp_parser (2.9.0)
7069
rexml (3.2.6)
7170
rspec (3.13.0)
@@ -91,28 +90,30 @@ GEM
9190
rubocop-ast (>= 1.28.0, < 2.0)
9291
ruby-progressbar (~> 1.7)
9392
unicode-display_width (>= 2.4.0, < 3.0)
94-
rubocop-ast (1.30.0)
95-
parser (>= 3.2.1.0)
93+
rubocop-ast (1.31.2)
94+
parser (>= 3.3.0.4)
9695
rubocop-capybara (2.20.0)
9796
rubocop (~> 1.41)
9897
rubocop-factory_bot (2.25.1)
9998
rubocop (~> 1.41)
100-
rubocop-performance (1.20.2)
99+
rubocop-performance (1.21.0)
101100
rubocop (>= 1.48.1, < 2.0)
102-
rubocop-ast (>= 1.30.0, < 2.0)
103-
rubocop-rails (2.23.1)
101+
rubocop-ast (>= 1.31.1, < 2.0)
102+
rubocop-rails (2.24.1)
104103
activesupport (>= 4.2.0)
105104
rack (>= 1.1)
106105
rubocop (>= 1.33.0, < 2.0)
107-
rubocop-ast (>= 1.30.0, < 2.0)
106+
rubocop-ast (>= 1.31.1, < 2.0)
108107
rubocop-rake (0.6.0)
109108
rubocop (~> 1.0)
110-
rubocop-rspec (2.26.1)
109+
rubocop-rspec (2.29.1)
111110
rubocop (~> 1.40)
112111
rubocop-capybara (~> 2.17)
113112
rubocop-factory_bot (~> 2.22)
113+
rubocop-rspec_rails (~> 2.28)
114+
rubocop-rspec_rails (2.28.3)
115+
rubocop (~> 1.40)
114116
ruby-progressbar (1.13.0)
115-
ruby2_keywords (0.0.5)
116117
rubyzip (2.3.2)
117118
simplecov (0.15.1)
118119
docile (~> 1.1.0)

0 commit comments

Comments
 (0)