mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 11:04:26 +08:00
Build(deps-dev): Bump rspec-rails from 5.1.2 to 6.0.0 (#18534)
* Build(deps-dev): Bump rspec-rails from 5.1.2 to 6.0.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.1.2 to 6.0.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v5.1.2...v6.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * FIX: Set the default level of FakeLogger Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
parent
efb116d2bd
commit
c4812948f6
16
Gemfile.lock
16
Gemfile.lock
@ -390,14 +390,14 @@ GEM
|
||||
rspec-mocks (3.11.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.11.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-rails (6.0.0)
|
||||
actionpack (>= 6.1)
|
||||
activesupport (>= 6.1)
|
||||
railties (>= 6.1)
|
||||
rspec-core (~> 3.11)
|
||||
rspec-expectations (~> 3.11)
|
||||
rspec-mocks (~> 3.11)
|
||||
rspec-support (~> 3.11)
|
||||
rspec-support (3.11.1)
|
||||
rss (0.2.9)
|
||||
rexml
|
||||
|
@ -10,6 +10,7 @@ class FakeLogger
|
||||
@warnings = []
|
||||
@errors = []
|
||||
@fatals = []
|
||||
@level = Logger::DEBUG
|
||||
end
|
||||
|
||||
def debug(message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user