Skip to content

Commit 801a919

Browse files
Bump the testing group across 1 directory with 6 updates
Bumps the testing group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.5` | `8.0.2` | | [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) | `6.5.0` | `6.5.1` | | [faker](https://github.com/faker-ruby/faker) | `3.5.1` | `3.5.2` | | [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `6.5.0` | `7.0.1` | | [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record) | `2.2.1` | `2.2.2` | | [webmock](https://github.com/bblimke/webmock) | `3.25.1` | `3.26.1` | Updates `rspec-rails` from 6.1.5 to 8.0.2 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.5...v8.0.2) Updates `factory_bot_rails` from 6.5.0 to 6.5.1 - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](thoughtbot/factory_bot_rails@v6.5.0...v6.5.1) Updates `faker` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/faker-ruby/faker/releases) - [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md) - [Commits](faker-ruby/faker@v3.5.1...v3.5.2) Updates `shoulda-matchers` from 6.5.0 to 7.0.1 - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md) - [Commits](thoughtbot/shoulda-matchers@v6.5.0...v7.0.1) Updates `database_cleaner-active_record` from 2.2.1 to 2.2.2 - [Changelog](https://github.com/DatabaseCleaner/database_cleaner-active_record/blob/main/CHANGELOG.md) - [Commits](DatabaseCleaner/database_cleaner-active_record@v2.2.1...v2.2.2) Updates `webmock` from 3.25.1 to 3.26.1 - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.25.1...v3.26.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: factory_bot_rails dependency-version: 6.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: faker dependency-version: 3.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: database_cleaner-active_record dependency-version: 2.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing - dependency-name: webmock dependency-version: 3.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5faf26 commit 801a919

File tree

2 files changed

+53
-48
lines changed

2 files changed

+53
-48
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ group :development, :test do
9090
gem "rubocop-rspec", require: false
9191

9292
# Testing
93-
gem "rspec-rails", "~> 6.1"
94-
gem "factory_bot_rails", "~> 6.4"
95-
gem "faker", "~> 3.2"
96-
gem "shoulda-matchers", "~> 6.0"
97-
gem "database_cleaner-active_record", "~> 2.1"
93+
gem "rspec-rails", "~> 8.0"
94+
gem "factory_bot_rails", "~> 6.5"
95+
gem "faker", "~> 3.5"
96+
gem "shoulda-matchers", "~> 7.0"
97+
gem "database_cleaner-active_record", "~> 2.2"
9898
gem "rails-controller-testing", "~> 1.0"
9999
end
100100

@@ -113,7 +113,7 @@ end
113113
group :test do
114114
gem "rswag-specs"
115115
gem "simplecov", require: false
116-
gem "webmock", "~> 3.19"
116+
gem "webmock", "~> 3.26"
117117
gem "vcr", "~> 6.2"
118118
end
119119

Gemfile.lock

Lines changed: 47 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ GEM
8282
ast (2.4.3)
8383
base64 (0.3.0)
8484
bcrypt (3.1.20)
85-
benchmark (0.4.1)
85+
benchmark (0.5.0)
8686
better_errors (2.10.1)
8787
erubi (>= 1.0.0)
8888
rack (>= 0.9.0)
8989
rouge (>= 1.0.0)
90-
bigdecimal (3.2.2)
90+
bigdecimal (3.3.1)
9191
binding_of_caller (1.0.1)
9292
debug_inspector (>= 1.2.0)
9393
bootsnap (1.18.6)
@@ -101,18 +101,18 @@ GEM
101101
case_transform (0.2)
102102
activesupport
103103
concurrent-ruby (1.3.5)
104-
connection_pool (2.5.3)
105-
crack (1.0.0)
104+
connection_pool (2.5.4)
105+
crack (1.0.1)
106106
bigdecimal
107107
rexml
108108
crass (1.0.6)
109109
cssbundling-rails (1.4.3)
110110
railties (>= 6.0.0)
111-
database_cleaner-active_record (2.2.1)
111+
database_cleaner-active_record (2.2.2)
112112
activerecord (>= 5.a)
113-
database_cleaner-core (~> 2.0.0)
113+
database_cleaner-core (~> 2.0)
114114
database_cleaner-core (2.0.1)
115-
date (3.4.1)
115+
date (3.5.0)
116116
debug_inspector (1.2.0)
117117
devise (4.9.4)
118118
bcrypt (~> 3.0)
@@ -136,14 +136,14 @@ GEM
136136
concurrent-ruby (~> 1.0)
137137
logger
138138
zeitwerk (~> 2.6)
139-
erb (5.0.1)
139+
erb (5.1.3)
140140
erubi (1.13.1)
141-
factory_bot (6.5.4)
141+
factory_bot (6.5.6)
142142
activesupport (>= 6.1.0)
143-
factory_bot_rails (6.5.0)
143+
factory_bot_rails (6.5.1)
144144
factory_bot (~> 6.5)
145145
railties (>= 6.1.0)
146-
faker (3.5.1)
146+
faker (3.5.2)
147147
i18n (>= 1.8.11, < 2)
148148
flipper (1.3.4)
149149
concurrent-ruby (< 2)
@@ -159,11 +159,11 @@ GEM
159159
sanitize (< 8)
160160
globalid (1.2.1)
161161
activesupport (>= 6.1)
162-
hashdiff (1.2.0)
162+
hashdiff (1.2.1)
163163
i18n (1.14.7)
164164
concurrent-ruby (~> 1.0)
165-
io-console (0.8.0)
166-
irb (1.15.2)
165+
io-console (0.8.1)
166+
irb (1.15.3)
167167
pp (>= 0.6.0)
168168
rdoc (>= 4.0.0)
169169
reline (>= 0.4.2)
@@ -197,7 +197,7 @@ GEM
197197
net-smtp
198198
marcel (1.0.4)
199199
mini_mime (1.1.5)
200-
minitest (5.25.5)
200+
minitest (5.26.1)
201201
msgpack (1.8.0)
202202
net-imap (0.5.9)
203203
date
@@ -209,9 +209,11 @@ GEM
209209
net-smtp (0.5.1)
210210
net-protocol
211211
nio4r (2.7.4)
212-
nokogiri (1.18.8-aarch64-linux-gnu)
212+
nokogiri (1.18.10-aarch64-linux-gnu)
213213
racc (~> 1.4)
214-
nokogiri (1.18.8-arm64-darwin)
214+
nokogiri (1.18.10-arm64-darwin)
215+
racc (~> 1.4)
216+
nokogiri (1.18.10-x86_64-linux-gnu)
215217
racc (~> 1.4)
216218
orm_adapter (0.5.0)
217219
pagy (6.5.0)
@@ -220,7 +222,7 @@ GEM
220222
ast (~> 2.4.1)
221223
racc
222224
pg (1.5.9)
223-
pp (0.6.2)
225+
pp (0.6.3)
224226
prettyprint
225227
prettyprint (0.2.0)
226228
prism (1.4.0)
@@ -238,7 +240,7 @@ GEM
238240
pundit (2.5.0)
239241
activesupport (>= 3.0.0)
240242
racc (1.8.1)
241-
rack (3.1.16)
243+
rack (3.2.4)
242244
rack-attack (6.7.0)
243245
rack (>= 1.0, < 4)
244246
rack-cors (3.0.0)
@@ -289,41 +291,42 @@ GEM
289291
thor (~> 1.0, >= 1.2.2)
290292
zeitwerk (~> 2.6)
291293
rainbow (3.1.1)
292-
rake (13.3.0)
293-
rdoc (6.14.1)
294+
rake (13.3.1)
295+
rdoc (6.15.1)
294296
erb
295297
psych (>= 4.0.0)
298+
tsort
296299
redis (5.4.0)
297300
redis-client (>= 0.22.0)
298301
redis-client (0.25.0)
299302
connection_pool
300303
regexp_parser (2.10.0)
301-
reline (0.6.1)
304+
reline (0.6.2)
302305
io-console (~> 0.5)
303306
request_store (1.7.0)
304307
rack (>= 1.4)
305308
responders (3.1.1)
306309
actionpack (>= 5.2)
307310
railties (>= 5.2)
308-
rexml (3.4.1)
311+
rexml (3.4.4)
309312
rouge (4.5.2)
310-
rspec-core (3.13.4)
313+
rspec-core (3.13.6)
311314
rspec-support (~> 3.13.0)
312315
rspec-expectations (3.13.5)
313316
diff-lcs (>= 1.2.0, < 2.0)
314317
rspec-support (~> 3.13.0)
315-
rspec-mocks (3.13.5)
318+
rspec-mocks (3.13.7)
316319
diff-lcs (>= 1.2.0, < 2.0)
317320
rspec-support (~> 3.13.0)
318-
rspec-rails (6.1.5)
319-
actionpack (>= 6.1)
320-
activesupport (>= 6.1)
321-
railties (>= 6.1)
321+
rspec-rails (8.0.2)
322+
actionpack (>= 7.2)
323+
activesupport (>= 7.2)
324+
railties (>= 7.2)
322325
rspec-core (~> 3.13)
323326
rspec-expectations (~> 3.13)
324327
rspec-mocks (~> 3.13)
325328
rspec-support (~> 3.13)
326-
rspec-support (3.13.4)
329+
rspec-support (3.13.6)
327330
rswag-api (2.16.0)
328331
activesupport (>= 5.2, < 8.1)
329332
railties (>= 5.2, < 8.1)
@@ -367,8 +370,8 @@ GEM
367370
crass (~> 1.0.2)
368371
nokogiri (>= 1.16.8)
369372
securerandom (0.4.1)
370-
shoulda-matchers (6.5.0)
371-
activesupport (>= 5.2.0)
373+
shoulda-matchers (7.0.1)
374+
activesupport (>= 7.1)
372375
simplecov (0.22.0)
373376
docile (~> 1.1)
374377
simplecov-html (~> 0.11)
@@ -378,8 +381,9 @@ GEM
378381
stimulus-rails (1.3.4)
379382
railties (>= 6.0.0)
380383
stringio (3.1.7)
381-
thor (1.3.2)
382-
timeout (0.4.3)
384+
thor (1.4.0)
385+
timeout (0.4.4)
386+
tsort (0.2.0)
383387
turbo-rails (2.0.16)
384388
actionpack (>= 7.1.0)
385389
railties (>= 7.1.0)
@@ -389,7 +393,7 @@ GEM
389393
unicode-emoji (~> 4.0, >= 4.0.4)
390394
unicode-emoji (4.0.4)
391395
uniform_notifier (1.17.0)
392-
uri (1.0.3)
396+
uri (1.1.1)
393397
useragent (0.16.11)
394398
vcr (6.3.1)
395399
base64
@@ -400,7 +404,7 @@ GEM
400404
dry-configurable (>= 0.13, < 2)
401405
jwt (~> 2.1)
402406
warden (~> 1.2)
403-
webmock (3.25.1)
407+
webmock (3.26.1)
404408
addressable (>= 2.8.0)
405409
crack (>= 0.3.2)
406410
hashdiff (>= 0.4.0, < 2.0.0)
@@ -413,6 +417,7 @@ GEM
413417
PLATFORMS
414418
aarch64-linux-gnu
415419
arm64-darwin-24
420+
x86_64-linux
416421

417422
DEPENDENCIES
418423
active_model_serializers (~> 0.10.14)
@@ -423,11 +428,11 @@ DEPENDENCIES
423428
brakeman
424429
bullet
425430
cssbundling-rails
426-
database_cleaner-active_record (~> 2.1)
431+
database_cleaner-active_record (~> 2.2)
427432
devise (~> 4.9)
428433
devise-jwt (~> 0.11)
429-
factory_bot_rails (~> 6.4)
430-
faker (~> 3.2)
434+
factory_bot_rails (~> 6.5)
435+
faker (~> 3.5)
431436
flipper (~> 1.3)
432437
flipper-active_record (~> 1.3)
433438
flipper-ui (~> 1.3)
@@ -445,21 +450,21 @@ DEPENDENCIES
445450
rails (~> 8.0.0)
446451
rails-controller-testing (~> 1.0)
447452
redis (>= 4.0.1)
448-
rspec-rails (~> 6.1)
453+
rspec-rails (~> 8.0)
449454
rswag-api
450455
rswag-specs
451456
rswag-ui
452457
rubocop
453458
rubocop-performance
454459
rubocop-rails
455460
rubocop-rspec
456-
shoulda-matchers (~> 6.0)
461+
shoulda-matchers (~> 7.0)
457462
simplecov
458463
stimulus-rails
459464
turbo-rails
460465
tzinfo-data
461466
vcr (~> 6.2)
462-
webmock (~> 3.19)
467+
webmock (~> 3.26)
463468

464469
RUBY VERSION
465470
ruby 3.3.6p108

0 commit comments

Comments
 (0)