Skip to content

Commit

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

---
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 Apr 6, 2023
1 parent 4dc9c7c commit 89f23bf
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.5"
end
Expand Down
54 changes: 27 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ GEM
celluloid-supervision (0.20.6)
timers (>= 4.1.1)
coderay (1.1.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
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)
railties (>= 3.2, < 6.0)
erubi (1.10.0)
erubi (1.12.0)
factory_girl (4.9.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.9.0)
Expand Down Expand Up @@ -113,20 +113,20 @@ GEM
logstasher (2.1.5)
activesupport (>= 5.2)
request_store
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (0.9.2)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.17.0)
mini_portile2 (2.8.1)
minitest (5.18.0)
multipart-post (2.1.1)
newrelic_rpm (4.7.1.340)
nio4r (2.5.8)
nokogiri (1.13.10)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
panoptes-client (0.3.8)
Expand All @@ -144,13 +144,13 @@ GEM
pry (>= 0.10.4)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.6.4)
rack-cors (1.0.5)
rack (>= 1.6.0)
rack-protection (2.2.0)
rack
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.8.1)
actioncable (= 5.2.8.1)
Expand All @@ -168,7 +168,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.2.8.1)
actionpack (= 5.2.8.1)
Expand All @@ -183,23 +183,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.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
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.12.0)
rspec-rails (5.1.2)
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.12.0)
sidekiq (5.2.10)
connection_pool (~> 2.2, >= 2.2.2)
rack (~> 2.0)
Expand All @@ -220,7 +220,7 @@ GEM
thread_safe (0.3.6)
timers (4.1.2)
hitimes
tzinfo (1.2.10)
tzinfo (1.2.11)
thread_safe (~> 0.1)
web-console (3.7.0)
actionview (>= 5.0)
Expand Down Expand Up @@ -256,7 +256,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)
web-console (~> 3.7)
Expand Down

0 comments on commit 89f23bf

Please sign in to comment.