Skip to content

Commit 562947e

Browse files
Bump rspec-rails from 7.1.1 to 8.0.0 (#1059)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87212d3 commit 562947e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ group :development, :test do
4848
gem 'faker', '~> 3.5'
4949
gem 'pry-byebug', '~> 3.11', platform: :mri
5050
gem 'pry-rails', '~> 0.3.11'
51-
gem 'rspec-rails', '~> 7.1'
51+
gem 'rspec-rails', '~> 8.0'
5252
end
5353

5454
group :development do

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ GEM
178178
railties (>= 4.1.0)
179179
responders
180180
warden (~> 1.2.3)
181-
diff-lcs (1.6.0)
181+
diff-lcs (1.6.1)
182182
docile (1.4.1)
183183
dotenv (3.1.8)
184184
dotenv-rails (3.1.8)
@@ -409,7 +409,7 @@ GEM
409409
pry (>= 0.13, < 0.16)
410410
pry-rails (0.3.11)
411411
pry (>= 0.13.0)
412-
psych (5.2.3)
412+
psych (5.2.4)
413413
date
414414
stringio
415415
public_suffix (6.0.1)
@@ -503,25 +503,25 @@ GEM
503503
rouge (4.3.0)
504504
rspec-core (3.13.3)
505505
rspec-support (~> 3.13.0)
506-
rspec-expectations (3.13.3)
506+
rspec-expectations (3.13.4)
507507
diff-lcs (>= 1.2.0, < 2.0)
508508
rspec-support (~> 3.13.0)
509-
rspec-mocks (3.13.2)
509+
rspec-mocks (3.13.3)
510510
diff-lcs (>= 1.2.0, < 2.0)
511511
rspec-support (~> 3.13.0)
512512
rspec-openapi (0.18.4)
513513
actionpack (>= 5.2.0)
514514
rails-dom-testing
515515
rspec-core
516-
rspec-rails (7.1.1)
517-
actionpack (>= 7.0)
518-
activesupport (>= 7.0)
519-
railties (>= 7.0)
516+
rspec-rails (8.0.0)
517+
actionpack (>= 7.2)
518+
activesupport (>= 7.2)
519+
railties (>= 7.2)
520520
rspec-core (~> 3.13)
521521
rspec-expectations (~> 3.13)
522522
rspec-mocks (~> 3.13)
523523
rspec-support (~> 3.13)
524-
rspec-support (3.13.2)
524+
rspec-support (3.13.3)
525525
rswag-api (2.16.0)
526526
activesupport (>= 5.2, < 8.1)
527527
railties (>= 5.2, < 8.1)
@@ -685,7 +685,7 @@ DEPENDENCIES
685685
rails_best_practices (~> 1.20)
686686
reek (~> 6.5)
687687
rspec-openapi (~> 0.18)
688-
rspec-rails (~> 7.1)
688+
rspec-rails (~> 8.0)
689689
rspec-retry!
690690
rswag-api (~> 2.16.0)
691691
rswag-ui (~> 2.16.0)

0 commit comments

Comments
 (0)