Skip to content

Commit cf4a51b

Browse files
Bump the testing group with 2 updates
Bumps the testing group with 2 updates: [rspec-rails](https://github.com/rspec/rspec-rails) and [faker](https://github.com/faker-ruby/faker). Updates `rspec-rails` from 6.1.5 to 8.0.1 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.5...v8.0.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) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: testing - dependency-name: faker dependency-version: 3.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8e5d7e commit cf4a51b

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

Gemfile

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

9292
# Testing
93-
gem "rspec-rails", "~> 6.1"
93+
gem "rspec-rails", "~> 8.0"
9494
gem "factory_bot_rails", "~> 6.4"
95-
gem "faker", "~> 3.2"
95+
gem "faker", "~> 3.5"
9696
gem "shoulda-matchers", "~> 6.0"
9797
gem "database_cleaner-active_record", "~> 2.1"
9898
gem "rails-controller-testing", "~> 1.0"

Gemfile.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ GEM
143143
factory_bot_rails (6.5.0)
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)
@@ -213,6 +213,8 @@ GEM
213213
racc (~> 1.4)
214214
nokogiri (1.18.8-arm64-darwin)
215215
racc (~> 1.4)
216+
nokogiri (1.18.8-x86_64-linux-gnu)
217+
racc (~> 1.4)
216218
orm_adapter (0.5.0)
217219
pagy (6.5.0)
218220
parallel (1.27.0)
@@ -290,7 +292,7 @@ GEM
290292
zeitwerk (~> 2.6)
291293
rainbow (3.1.1)
292294
rake (13.3.0)
293-
rdoc (6.14.1)
295+
rdoc (6.14.2)
294296
erb
295297
psych (>= 4.0.0)
296298
redis (5.4.0)
@@ -307,18 +309,18 @@ GEM
307309
railties (>= 5.2)
308310
rexml (3.4.1)
309311
rouge (4.5.2)
310-
rspec-core (3.13.4)
312+
rspec-core (3.13.5)
311313
rspec-support (~> 3.13.0)
312314
rspec-expectations (3.13.5)
313315
diff-lcs (>= 1.2.0, < 2.0)
314316
rspec-support (~> 3.13.0)
315317
rspec-mocks (3.13.5)
316318
diff-lcs (>= 1.2.0, < 2.0)
317319
rspec-support (~> 3.13.0)
318-
rspec-rails (6.1.5)
319-
actionpack (>= 6.1)
320-
activesupport (>= 6.1)
321-
railties (>= 6.1)
320+
rspec-rails (8.0.1)
321+
actionpack (>= 7.2)
322+
activesupport (>= 7.2)
323+
railties (>= 7.2)
322324
rspec-core (~> 3.13)
323325
rspec-expectations (~> 3.13)
324326
rspec-mocks (~> 3.13)
@@ -413,6 +415,7 @@ GEM
413415
PLATFORMS
414416
aarch64-linux-gnu
415417
arm64-darwin-24
418+
x86_64-linux
416419

417420
DEPENDENCIES
418421
active_model_serializers (~> 0.10.14)
@@ -427,7 +430,7 @@ DEPENDENCIES
427430
devise (~> 4.9)
428431
devise-jwt (~> 0.11)
429432
factory_bot_rails (~> 6.4)
430-
faker (~> 3.2)
433+
faker (~> 3.5)
431434
flipper (~> 1.3)
432435
flipper-active_record (~> 1.3)
433436
flipper-ui (~> 1.3)
@@ -445,7 +448,7 @@ DEPENDENCIES
445448
rails (~> 8.0.0)
446449
rails-controller-testing (~> 1.0)
447450
redis (>= 4.0.1)
448-
rspec-rails (~> 6.1)
451+
rspec-rails (~> 8.0)
449452
rswag-api
450453
rswag-specs
451454
rswag-ui

0 commit comments

Comments
 (0)