Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Bump rspec-rails from 4.0.2 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.0.2 to 5.0.1.
- [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.0.2...v5.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jun 3, 2021
1 parent 5be56c2 commit 57f649e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem "bootsnap", ">= 1.4.2", require: false
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "rspec-rails", "~> 4.0"
gem "rspec-rails", "~> 5.0"
end

group :development do
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
hashdiff (1.0.1)
hashie (4.1.0)
htmlentities (4.3.4)
i18n (1.8.7)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
iso_country_codes (0.7.8)
jbuilder (2.11.2)
Expand All @@ -119,7 +119,7 @@ GEM
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.8.0)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -132,7 +132,7 @@ GEM
rake
mini_mime (1.0.2)
mini_portile2 (2.5.3)
minitest (5.14.3)
minitest (5.14.4)
msgpack (1.4.2)
multi_json (1.14.1)
multipart-post (2.1.1)
Expand Down Expand Up @@ -190,18 +190,18 @@ GEM
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.1)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-rails (5.0.1)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.1)
rspec-support (3.10.2)
rubocop (1.8.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down Expand Up @@ -253,7 +253,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.1)
thor (1.1.0)
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
Expand Down Expand Up @@ -285,7 +285,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.6)
puma (~> 5.3)
rails
rspec-rails (~> 4.0)
rspec-rails (~> 5.0)
rubocop-rails_config
sanitize
shoulda-matchers
Expand Down

0 comments on commit 57f649e

Please sign in to comment.