Skip to content

Commit 37f50a2

Browse files
authored
Merge pull request #1388 from Crown-Commercial-Service/dependabot/bundler/rspec-rails-8.0.4
build(deps-dev): bump rspec-rails from 8.0.3 to 8.0.4
2 parents d5b16a7 + 829d17b commit 37f50a2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ group :development, :test do
6565
gem 'byebug', '~> 13.0.0', platforms: %i[mri mingw x64_mingw]
6666
gem 'dotenv-rails', '~> 3.2.0'
6767
gem 'i18n-tasks', '~> 1.1.2'
68-
gem 'rspec-rails', '~> 8.0.3'
68+
gem 'rspec-rails', '~> 8.0.4'
6969
gem 'rubocop', '~> 1.85.1'
7070
gem 'rubocop-performance', '~> 1.26.1'
7171
gem 'rubocop-rails', '~> 2.34.3'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,17 +347,17 @@ GEM
347347
rspec-expectations (3.13.5)
348348
diff-lcs (>= 1.2.0, < 2.0)
349349
rspec-support (~> 3.13.0)
350-
rspec-mocks (3.13.7)
350+
rspec-mocks (3.13.8)
351351
diff-lcs (>= 1.2.0, < 2.0)
352352
rspec-support (~> 3.13.0)
353-
rspec-rails (8.0.3)
353+
rspec-rails (8.0.4)
354354
actionpack (>= 7.2)
355355
activesupport (>= 7.2)
356356
railties (>= 7.2)
357-
rspec-core (~> 3.13)
358-
rspec-expectations (~> 3.13)
359-
rspec-mocks (~> 3.13)
360-
rspec-support (~> 3.13)
357+
rspec-core (>= 3.13.0, < 5.0.0)
358+
rspec-expectations (>= 3.13.0, < 5.0.0)
359+
rspec-mocks (>= 3.13.0, < 5.0.0)
360+
rspec-support (>= 3.13.0, < 5.0.0)
361361
rspec-support (3.13.7)
362362
rubocop (1.85.1)
363363
json (~> 2.3)
@@ -472,7 +472,7 @@ DEPENDENCIES
472472
rest-client (~> 2.1)
473473
rollbar (~> 3.7.0)
474474
roo (~> 3.0.0)
475-
rspec-rails (~> 8.0.3)
475+
rspec-rails (~> 8.0.4)
476476
rubocop (~> 1.85.1)
477477
rubocop-performance (~> 1.26.1)
478478
rubocop-rails (~> 2.34.3)

0 commit comments

Comments
 (0)