Skip to content

Commit d611ac6

Browse files
dblockCopilot
andcommitted
Update dependencies
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e8a61cf commit d611ac6

3 files changed

Lines changed: 42 additions & 48 deletions

File tree

.rubocop_todo.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2025-10-01 23:31:00 UTC using RuboCop version 1.81.1.
3+
# on 2026-05-18 22:08:00 UTC using RuboCop version 1.86.2.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -41,7 +41,7 @@ Naming/HeredocDelimiterNaming:
4141
# Offense count: 1
4242
# Configuration parameters: Mode, AllowedMethods, AllowedPatterns, AllowBangMethods, WaywardPredicates.
4343
# AllowedMethods: call
44-
# WaywardPredicates: nonzero?
44+
# WaywardPredicates: infinite?, nonzero?
4545
Naming/PredicateMethod:
4646
Exclude:
4747
- 'lib/commands/base.rb'
@@ -75,7 +75,7 @@ RSpec/ContextWording:
7575
# Offense count: 9
7676
# Configuration parameters: CountAsOne.
7777
RSpec/ExampleLength:
78-
Max: 11
78+
Max: 38
7979

8080
# Offense count: 1
8181
# Configuration parameters: AssignmentOnly.
@@ -96,7 +96,7 @@ RSpec/MessageSpies:
9696

9797
# Offense count: 21
9898
RSpec/MultipleExpectations:
99-
Max: 6
99+
Max: 10
100100

101101
# Offense count: 1
102102
# Configuration parameters: AllowSubject.
@@ -109,7 +109,8 @@ RSpec/NestedGroups:
109109
Max: 5
110110

111111
# Offense count: 13
112-
# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata.
112+
# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata, InflectorPath, EnforcedInflector.
113+
# SupportedInflectors: default, active_support
113114
RSpec/SpecFilePathFormat:
114115
Exclude:
115116
- '**/spec/routing/**/*'
@@ -129,7 +130,7 @@ RSpec/SpecFilePathFormat:
129130

130131
# Offense count: 9
131132
# This cop supports safe autocorrection (--autocorrect).
132-
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings.
133+
# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, AllowRBSInlineAnnotation, AllowCopDirectives, AllowedPatterns, SplitStrings.
133134
# URISchemes: http, https
134135
Layout/LineLength:
135136
Max: 149

Gemfile.lock

Lines changed: 34 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (8.1.2.1)
5-
activesupport (= 8.1.2.1)
6-
activesupport (8.1.2.1)
4+
activemodel (8.1.3)
5+
activesupport (= 8.1.3)
6+
activesupport (8.1.3)
77
base64
88
bigdecimal
99
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -19,14 +19,14 @@ GEM
1919
addressable (2.9.0)
2020
public_suffix (>= 2.0.2, < 8.0)
2121
ast (2.4.3)
22-
async (2.38.1)
22+
async (2.39.0)
2323
console (~> 1.29)
2424
fiber-annotation
2525
io-event (~> 1.11)
2626
metrics (~> 0.12)
2727
traces (~> 0.18)
2828
base64 (0.3.0)
29-
bigdecimal (4.1.0)
29+
bigdecimal (4.1.2)
3030
bson (5.2.0)
3131
capybara (3.40.0)
3232
addressable
@@ -55,8 +55,8 @@ GEM
5555
diff-lcs (1.6.2)
5656
domain_name (0.6.20240107)
5757
drb (2.2.3)
58-
dry-configurable (1.3.0)
59-
dry-core (~> 1.1)
58+
dry-configurable (1.4.0)
59+
dry-core (~> 1.0)
6060
zeitwerk (~> 2.6)
6161
dry-core (1.2.0)
6262
concurrent-ruby (~> 1.0)
@@ -77,9 +77,9 @@ GEM
7777
zeitwerk (~> 2.6)
7878
erb (6.0.4)
7979
fabrication (3.0.0)
80-
faker (3.6.1)
80+
faker (3.8.0)
8181
i18n (>= 1.8.11, < 2)
82-
faraday (2.14.1)
82+
faraday (2.14.2)
8383
faraday-net_http (>= 2.0, < 3.5)
8484
json
8585
logger
@@ -104,8 +104,8 @@ GEM
104104
thor (~> 1.4)
105105
gli (2.22.2)
106106
ostruct
107-
grape (3.1.1)
108-
activesupport (>= 7.1)
107+
grape (3.2.1)
108+
activesupport (>= 7.2)
109109
dry-configurable
110110
dry-types (>= 1.1)
111111
mustermann-grape (~> 1.1.0)
@@ -121,7 +121,7 @@ GEM
121121
hashie (5.1.0)
122122
logger
123123
http-accept (1.7.0)
124-
http-cookie (1.1.0)
124+
http-cookie (1.1.6)
125125
domain_name (~> 0.5)
126126
hyperclient (2.0.0)
127127
addressable
@@ -131,16 +131,13 @@ GEM
131131
i18n (1.14.8)
132132
concurrent-ruby (~> 1.0)
133133
io-console (0.8.2)
134-
io-event (1.14.4)
135-
irb (1.17.0)
134+
io-event (1.16.0)
135+
irb (1.18.0)
136136
pp (>= 0.6.0)
137137
prism (>= 1.3.0)
138138
rdoc (>= 4.0.0)
139139
reline (>= 0.4.2)
140-
json (2.19.2)
141-
json-schema (6.2.0)
142-
addressable (~> 2.8)
143-
bigdecimal (>= 3.1, < 5)
140+
json (2.19.5)
144141
kaminari-core (1.2.2)
145142
kaminari-grape (1.0.1)
146143
grape
@@ -151,25 +148,24 @@ GEM
151148
mailchimp_api_v3 (0.2.18)
152149
rest-client (~> 2)
153150
matrix (0.4.3)
154-
mcp (0.9.2)
155-
json-schema (>= 4.1)
156151
metrics (0.15.0)
157152
mime-types (3.7.0)
158153
logger
159154
mime-types-data (~> 3.2025, >= 3.2025.0507)
160-
mime-types-data (3.2026.0317)
155+
mime-types-data (3.2026.0414)
161156
mini_mime (1.1.5)
162157
mini_portile2 (2.8.9)
163-
minitest (6.0.2)
158+
minitest (6.0.6)
164159
drb (~> 2.0)
165160
prism (~> 1.5)
166-
mongo (2.23.0)
161+
mongo (2.24.0)
167162
base64
168163
bson (>= 4.14.1, < 6.0.0)
169-
mongoid (9.0.10)
164+
mongoid (9.1.0)
170165
activemodel (>= 5.1, < 8.2, != 7.0.0)
171166
concurrent-ruby (>= 1.0.5, < 2.0)
172167
mongo (>= 2.18.0, < 3.0.0)
168+
ostruct
173169
mongoid-compatibility (1.0.0)
174170
activesupport
175171
mongoid (>= 2.0)
@@ -180,24 +176,23 @@ GEM
180176
i18n
181177
mongoid (>= 3.0.0)
182178
mongoid-compatibility
183-
multi_json (1.19.1)
179+
multi_json (1.21.1)
184180
multipart-post (2.4.1)
185-
mustermann (3.0.4)
186-
ruby2_keywords (~> 0.0.1)
181+
mustermann (3.1.1)
187182
mustermann-grape (1.1.0)
188183
mustermann (>= 1.0.0)
189184
net-http (0.9.1)
190185
uri (>= 0.11.1)
191186
netrc (0.11.0)
192-
newrelic_rpm (10.2.0)
187+
newrelic_rpm (10.5.0)
193188
logger
194189
nio4r (2.7.5)
195190
nokogiri (1.19.3)
196191
mini_portile2 (~> 2.8.2)
197192
racc (~> 1.4)
198193
ostruct (0.6.3)
199-
parallel (1.27.0)
200-
parser (3.3.10.2)
194+
parallel (1.28.0)
195+
parser (3.3.11.1)
201196
ast (~> 2.4.1)
202197
racc
203198
pp (0.6.3)
@@ -225,12 +220,12 @@ GEM
225220
rackup (2.3.1)
226221
rack (>= 3)
227222
rainbow (3.1.1)
228-
rake (13.3.1)
223+
rake (13.4.2)
229224
rdoc (7.2.0)
230225
erb
231226
psych (>= 4.0.0)
232227
tsort
233-
regexp_parser (2.11.3)
228+
regexp_parser (2.12.0)
234229
reline (0.6.3)
235230
io-console (~> 0.5)
236231
representable (3.2.0)
@@ -258,12 +253,11 @@ GEM
258253
diff-lcs (>= 1.2.0, < 2.0)
259254
rspec-support (~> 3.13.0)
260255
rspec-support (3.13.7)
261-
rubocop (1.85.1)
256+
rubocop (1.86.2)
262257
json (~> 2.3)
263258
language_server-protocol (~> 3.17.0.2)
264259
lint_roller (~> 1.1.0)
265-
mcp (~> 0.6)
266-
parallel (~> 1.10)
260+
parallel (>= 1.10)
267261
parser (>= 3.3.0.2)
268262
rainbow (>= 2.2.2, < 4.0)
269263
regexp_parser (>= 2.9.3, < 3.0)
@@ -273,20 +267,19 @@ GEM
273267
rubocop-ast (1.49.1)
274268
parser (>= 3.3.7.2)
275269
prism (~> 1.7)
276-
rubocop-capybara (2.22.1)
270+
rubocop-capybara (2.23.0)
277271
lint_roller (~> 1.1)
278-
rubocop (~> 1.72, >= 1.72.1)
272+
rubocop (~> 1.81)
279273
rubocop-rake (0.7.1)
280274
lint_roller (~> 1.1)
281275
rubocop (>= 1.72.1)
282276
rubocop-rspec (3.9.0)
283277
lint_roller (~> 1.1)
284278
rubocop (~> 1.81)
285279
ruby-progressbar (1.13.0)
286-
ruby2_keywords (0.0.5)
287-
rubyzip (3.2.2)
280+
rubyzip (3.3.0)
288281
securerandom (0.4.1)
289-
selenium-webdriver (4.41.0)
282+
selenium-webdriver (4.44.0)
290283
base64 (~> 0.2)
291284
logger (~> 1.4)
292285
rexml (~> 3.2, >= 3.2.5)
@@ -336,7 +329,7 @@ GEM
336329
websocket (1.2.11)
337330
xpath (3.2.0)
338331
nokogiri (~> 1.8)
339-
zeitwerk (2.7.5)
332+
zeitwerk (2.8.0)
340333

341334
PLATFORMS
342335
ruby

spec/integration/add_to_slack_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
allow_any_instance_of(::Slack::Web::Client).to receive(:oauth_v2_access).with(hash_including(code: 'code')).and_return(oauth_access)
2222
expect do
2323
visit '/?code=code'
24-
expect(page.find_by_id('messages')).to have_content 'Team successfully registered!'
24+
expect(page.find_by_id('messages')).to have_text 'Team successfully registered!'
2525
end.to change(Team, :count).by(1)
2626
end
2727
end

0 commit comments

Comments
 (0)