Skip to content

Commit da7656a

Browse files
committed
fix rspec version so error goes away
1 parent 4fa7afc commit da7656a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

Gemfile.lock

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -441,18 +441,16 @@ GEM
441441
rspec-mocks (3.13.6)
442442
diff-lcs (>= 1.2.0, < 2.0)
443443
rspec-support (~> 3.13.0)
444-
rspec-rails (8.0.2)
445-
actionpack (>= 7.2)
446-
activesupport (>= 7.2)
447-
railties (>= 7.2)
444+
rspec-rails (7.1.1)
445+
actionpack (>= 7.0)
446+
activesupport (>= 7.0)
447+
railties (>= 7.0)
448448
rspec-core (~> 3.13)
449449
rspec-expectations (~> 3.13)
450450
rspec-mocks (~> 3.13)
451451
rspec-support (~> 3.13)
452-
rspec-support (3.13.4)
453-
rubocop (1.81.6)
454452
rspec-support (3.13.6)
455-
rubocop (1.76.1)
453+
rubocop (1.81.6)
456454
json (~> 2.3)
457455
language_server-protocol (~> 3.17.0.2)
458456
lint_roller (~> 1.1.0)
@@ -649,10 +647,8 @@ DEPENDENCIES
649647
rb-readline (~> 0.5.5)
650648
redis-rails (~> 5.0.2)
651649
rest-client (~> 2.1.0)
652-
rspec-rails (~> 6.1.5)
653-
rubocop (~> 1.81.6)
654650
rspec-rails (~> 7.1.1)
655-
rubocop (~> 1.76.1)
651+
rubocop (~> 1.81.6)
656652
rubocop-factory_bot (~> 2.27.1)
657653
rubocop-performance (~> 1.26, >= 1.26.1)
658654
rubocop-rails (~> 2.33, >= 2.33.4)

0 commit comments

Comments
 (0)