Skip to content

Commit

Permalink
Bump rspec-rails from 3.7.2 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https:/rspec/rspec-rails) from 3.7.2 to 5.1.1.
- [Release notes](https:/rspec/rspec-rails/releases)
- [Changelog](https:/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v3.7.2...v5.1.1)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2022
1 parent 6f80e45 commit b343524
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'dotenv-rails', "~> 2.6"
group :development, :test do
gem 'byebug', "~> 10.0"
gem 'pry-byebug', "~> 3.6"
gem 'rspec-rails', "~> 3.6"
gem 'rspec-rails', "~> 5.1"
gem 'pry-rails', "~> 0.3"
gem 'faraday-detailed_logger', "~> 2.1"
end
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GEM
connection_pool (2.2.5)
crass (1.0.6)
database_cleaner (1.7.0)
diff-lcs (1.3)
diff-lcs (1.5.0)
dotenv (2.6.0)
dotenv-rails (2.6.0)
dotenv (= 2.6.0)
Expand Down Expand Up @@ -184,23 +184,23 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rspec-support (~> 3.11.0)
rspec-rails (5.1.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.11.0)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
rack-cors (~> 1.0)
rails (~> 5.2)
responders (~> 3.0)
rspec-rails (~> 3.6)
rspec-rails (~> 5.1)
sidekiq (~> 5.2)
sidetiq (~> 0.7)
sinatra (~> 2.0)
Expand Down

0 comments on commit b343524

Please sign in to comment.