Skip to content

Commit 65c8cb6

Browse files
committed
Update dependencies.
1 parent 18db9ef commit 65c8cb6

File tree

3 files changed

+71
-65
lines changed

3 files changed

+71
-65
lines changed

.rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ inherit_from: .rubocop_todo.yml
2121
plugins:
2222
- rubocop-rake
2323
- rubocop-rspec
24-
25-
require:
2624
- rubocop-capybara
2725

.rubocop_todo.yml

Lines changed: 2 additions & 4 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-02-20 14:43:43 UTC using RuboCop version 1.72.2.
3+
# on 2025-10-10 19:50:26 UTC using RuboCop version 1.81.1.
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
@@ -26,7 +26,6 @@ RSpec/ContextWording:
2626

2727
# Offense count: 1
2828
# This cop supports unsafe autocorrection (--autocorrect-all).
29-
# Configuration parameters: AutoCorrect.
3029
RSpec/EmptyExampleGroup:
3130
Exclude:
3231
- 'spec/api/documentation_spec.rb'
@@ -59,8 +58,7 @@ RSpec/RepeatedExample:
5958
- 'spec/api/headers_spec.rb'
6059

6160
# Offense count: 15
62-
# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
63-
# Include: **/*_spec.rb
61+
# Configuration parameters: CustomTransform, IgnoreMethods, IgnoreMetadata.
6462
RSpec/SpecFilePathFormat:
6563
Exclude:
6664
- '**/spec/routing/**/*'

Gemfile.lock

Lines changed: 69 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (8.0.1)
4+
activesupport (8.0.3)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -16,10 +16,10 @@ GEM
1616
uri (>= 0.13.1)
1717
addressable (2.8.7)
1818
public_suffix (>= 2.0.2, < 7.0)
19-
ast (2.4.2)
20-
base64 (0.2.0)
21-
benchmark (0.4.0)
22-
bigdecimal (3.1.9)
19+
ast (2.4.3)
20+
base64 (0.3.0)
21+
benchmark (0.4.1)
22+
bigdecimal (3.3.1)
2323
builder (3.3.0)
2424
capybara (3.40.0)
2525
addressable
@@ -32,9 +32,9 @@ GEM
3232
xpath (~> 3.2)
3333
coderay (1.1.3)
3434
concurrent-ruby (1.3.5)
35-
connection_pool (2.5.0)
36-
diff-lcs (1.6.0)
37-
drb (2.2.1)
35+
connection_pool (2.5.4)
36+
diff-lcs (1.6.2)
37+
drb (2.2.3)
3838
dry-core (1.1.0)
3939
concurrent-ruby (~> 1.0)
4040
logger
@@ -45,17 +45,18 @@ GEM
4545
concurrent-ruby (~> 1.0)
4646
dry-core (~> 1.1)
4747
zeitwerk (~> 2.6)
48-
dry-types (1.8.2)
48+
dry-types (1.8.3)
4949
bigdecimal (~> 3.0)
5050
concurrent-ruby (~> 1.0)
5151
dry-core (~> 1.0)
5252
dry-inflector (~> 1.0)
5353
dry-logic (~> 1.4)
5454
zeitwerk (~> 2.6)
55-
ffi (1.17.1)
56-
formatador (1.1.0)
57-
grape (2.3.0)
58-
activesupport (>= 6)
55+
ffi (1.17.2)
56+
formatador (1.2.1)
57+
reline
58+
grape (2.4.0)
59+
activesupport (>= 6.1)
5960
dry-types (>= 1.1)
6061
mustermann-grape (~> 1.1.0)
6162
rack (>= 2)
@@ -66,7 +67,7 @@ GEM
6667
grape-swagger (2.1.2)
6768
grape (>= 1.7, < 3.0)
6869
rack-test (~> 2)
69-
grape-swagger-entity (0.5.5)
70+
grape-swagger-entity (0.7.0)
7071
grape-entity (~> 1)
7172
grape-swagger (~> 2)
7273
guard (2.19.1)
@@ -91,121 +92,130 @@ GEM
9192
spoon
9293
i18n (1.14.7)
9394
concurrent-ruby (~> 1.0)
94-
json (2.10.2)
95-
language_server-protocol (3.17.0.4)
95+
io-console (0.8.1)
96+
json (2.13.2)
97+
language_server-protocol (3.17.0.5)
9698
lint_roller (1.1.0)
9799
listen (3.9.0)
98100
rb-fsevent (~> 0.10, >= 0.10.3)
99101
rb-inotify (~> 0.9, >= 0.9.10)
100-
logger (1.6.6)
101-
lumberjack (1.2.10)
102-
matrix (0.4.2)
102+
logger (1.7.0)
103+
lumberjack (1.4.2)
104+
matrix (0.4.3)
103105
method_source (1.1.0)
104-
mime-types (3.6.0)
106+
mime-types (3.7.0)
105107
logger
106-
mime-types-data (~> 3.2015)
107-
mime-types-data (3.2025.0220)
108+
mime-types-data (~> 3.2025, >= 3.2025.0507)
109+
mime-types-data (3.2025.0924)
108110
mini_mime (1.1.5)
109111
mini_portile2 (2.8.9)
110-
minitest (5.25.4)
111-
multi_json (1.15.0)
112-
mustermann (3.0.3)
112+
minitest (5.26.0)
113+
multi_json (1.17.0)
114+
mustermann (3.0.4)
113115
ruby2_keywords (~> 0.0.1)
114116
mustermann-grape (1.1.0)
115117
mustermann (>= 1.0.0)
116118
nenv (0.3.0)
117-
newrelic_rpm (9.17.0)
119+
newrelic_rpm (9.22.0)
118120
nio4r (2.7.4)
119-
nokogiri (1.18.9)
121+
nokogiri (1.18.10)
120122
mini_portile2 (~> 2.8.2)
121123
racc (~> 1.4)
122124
notiffany (0.1.3)
123125
nenv (~> 0.1)
124126
shellany (~> 0.0)
125-
ostruct (0.6.1)
126-
parallel (1.26.3)
127-
parser (3.3.7.1)
127+
ostruct (0.6.3)
128+
parallel (1.27.0)
129+
parser (3.3.9.0)
128130
ast (~> 2.4.1)
129131
racc
132+
prism (1.4.0)
130133
pry (0.15.2)
131134
coderay (~> 1.1)
132135
method_source (~> 1.0)
133-
public_suffix (6.0.1)
134-
puma (6.6.0)
136+
public_suffix (6.0.2)
137+
puma (7.0.4)
135138
nio4r (~> 2.0)
136139
racc (1.8.1)
137-
rack (3.1.17)
138-
rack-cors (2.0.2)
139-
rack (>= 2.0.0)
140+
rack (3.2.3)
141+
rack-cors (3.0.0)
142+
logger
143+
rack (>= 3.0.14)
140144
rack-test (2.2.0)
141145
rack (>= 1.3)
142146
rackup (2.2.1)
143147
rack (>= 3)
144148
rainbow (3.1.1)
145-
rake (13.2.1)
149+
rake (13.3.0)
146150
rb-fsevent (0.11.2)
147151
rb-inotify (0.11.1)
148152
ffi (~> 1.0)
149-
regexp_parser (2.10.0)
150-
rexml (3.4.2)
151-
rspec (3.13.0)
153+
regexp_parser (2.11.3)
154+
reline (0.6.2)
155+
io-console (~> 0.5)
156+
rexml (3.4.4)
157+
rspec (3.13.1)
152158
rspec-core (~> 3.13.0)
153159
rspec-expectations (~> 3.13.0)
154160
rspec-mocks (~> 3.13.0)
155-
rspec-core (3.13.3)
161+
rspec-core (3.13.5)
156162
rspec-support (~> 3.13.0)
157-
rspec-expectations (3.13.3)
163+
rspec-expectations (3.13.5)
158164
diff-lcs (>= 1.2.0, < 2.0)
159165
rspec-support (~> 3.13.0)
160-
rspec-mocks (3.13.2)
166+
rspec-mocks (3.13.5)
161167
diff-lcs (>= 1.2.0, < 2.0)
162168
rspec-support (~> 3.13.0)
163-
rspec-support (3.13.2)
164-
rubocop (1.72.2)
169+
rspec-support (3.13.6)
170+
rubocop (1.81.1)
165171
json (~> 2.3)
166172
language_server-protocol (~> 3.17.0.2)
167173
lint_roller (~> 1.1.0)
168174
parallel (~> 1.10)
169175
parser (>= 3.3.0.2)
170176
rainbow (>= 2.2.2, < 4.0)
171177
regexp_parser (>= 2.9.3, < 3.0)
172-
rubocop-ast (>= 1.38.0, < 2.0)
178+
rubocop-ast (>= 1.47.1, < 2.0)
173179
ruby-progressbar (~> 1.7)
174180
unicode-display_width (>= 2.4.0, < 4.0)
175-
rubocop-ast (1.38.0)
176-
parser (>= 3.3.1.0)
177-
rubocop-capybara (2.21.0)
178-
rubocop (~> 1.41)
181+
rubocop-ast (1.47.1)
182+
parser (>= 3.3.7.2)
183+
prism (~> 1.4)
184+
rubocop-capybara (2.22.1)
185+
lint_roller (~> 1.1)
186+
rubocop (~> 1.72, >= 1.72.1)
179187
rubocop-rake (0.7.1)
180188
lint_roller (~> 1.1)
181189
rubocop (>= 1.72.1)
182-
rubocop-rspec (3.5.0)
190+
rubocop-rspec (3.7.0)
183191
lint_roller (~> 1.1)
184192
rubocop (~> 1.72, >= 1.72.1)
185193
ruby-progressbar (1.13.0)
186194
ruby2_keywords (0.0.5)
187-
rubyzip (2.4.1)
195+
rubyzip (3.1.1)
188196
securerandom (0.4.1)
189-
selenium-webdriver (4.29.0)
197+
selenium-webdriver (4.36.0)
190198
base64 (~> 0.2)
199+
json (<= 2.13.2)
191200
logger (~> 1.4)
201+
prism (~> 1.0, < 1.5)
192202
rexml (~> 3.2, >= 3.2.5)
193-
rubyzip (>= 1.2.2, < 3.0)
203+
rubyzip (>= 1.2.2, < 4.0)
194204
websocket (~> 1.0)
195205
shellany (0.0.1)
196206
spoon (0.0.6)
197207
ffi
198-
thor (1.3.2)
208+
thor (1.4.0)
199209
tzinfo (2.0.6)
200210
concurrent-ruby (~> 1.0)
201-
unicode-display_width (3.1.4)
202-
unicode-emoji (~> 4.0, >= 4.0.4)
203-
unicode-emoji (4.0.4)
204-
uri (1.0.3)
211+
unicode-display_width (3.2.0)
212+
unicode-emoji (~> 4.1)
213+
unicode-emoji (4.1.0)
214+
uri (1.0.4)
205215
websocket (1.2.11)
206216
xpath (3.2.0)
207217
nokogiri (~> 1.8)
208-
zeitwerk (2.7.2)
218+
zeitwerk (2.7.3)
209219

210220
PLATFORMS
211221
ruby

0 commit comments

Comments
 (0)