Skip to content

Commit fef4a2e

Browse files
build(deps-dev): bump rspec-rails from 4.1.0 to 5.0.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.1.0 to 5.0.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v4.1.0...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0b9a4a commit fef4a2e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ group :test do
8686
gem 'rspec-collection_matchers'
8787
gem 'rspec-instafail'
8888
gem 'rspec-its'
89-
gem 'rspec-rails', '~> 4.1.0'
89+
gem 'rspec-rails', '~> 5.0.0'
9090
gem 'rspec-wait'
9191
gem 'rspec_api_documentation', '>= 6.1.0'
9292
gem 'rubocop', '~> 1.9.1'

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@ GEM
394394
rspec-mocks (3.10.2)
395395
diff-lcs (>= 1.2.0, < 2.0)
396396
rspec-support (~> 3.10.0)
397-
rspec-rails (4.1.0)
398-
actionpack (>= 4.2)
399-
activesupport (>= 4.2)
400-
railties (>= 4.2)
397+
rspec-rails (5.0.0)
398+
actionpack (>= 5.2)
399+
activesupport (>= 5.2)
400+
railties (>= 5.2)
401401
rspec-core (~> 3.10)
402402
rspec-expectations (~> 3.10)
403403
rspec-mocks (~> 3.10)
@@ -579,7 +579,7 @@ DEPENDENCIES
579579
rspec-collection_matchers
580580
rspec-instafail
581581
rspec-its
582-
rspec-rails (~> 4.1.0)
582+
rspec-rails (~> 5.0.0)
583583
rspec-wait
584584
rspec_api_documentation (>= 6.1.0)
585585
rubocop (~> 1.9.1)

0 commit comments

Comments
 (0)