File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments