Skip to content

Commit

Permalink
deps-dev: update allure-rspec requirement from ~> 2.19.0 to ~> 2.20.0 (
Browse files Browse the repository at this point in the history
…#420)

Updates the requirements on [allure-rspec](https://github.com/allure-framework/allure-ruby) to permit the latest version.
- [Release notes](https://github.com/allure-framework/allure-ruby/releases)
- [Commits](allure-framework/allure-ruby@2.19.0...2.20.0)

---
updated-dependencies:
- dependency-name: allure-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2022
1 parent 7101d1a commit 7481cb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
allure-rspec (2.19.0)
allure-ruby-commons (= 2.19.0)
allure-rspec (2.20.0)
allure-ruby-commons (= 2.20.0)
rspec-core (>= 3.8, < 4)
allure-ruby-commons (2.19.0)
allure-ruby-commons (2.20.0)
mime-types (>= 3.3, < 4)
oj (>= 3.10, < 4)
require_all (>= 2, < 4)
rspec-expectations (~> 3.12)
uuid (>= 2.3, < 3)
ansi (1.5.0)
ast (2.4.2)
Expand Down Expand Up @@ -259,7 +260,7 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 7.0)
allure-report-publisher!
allure-rspec (~> 2.19.0)
allure-rspec (~> 2.20.0)
climate_control (~> 1.2.0)
debug (~> 1.0, >= 1.0.0)
rake (~> 13.0)
Expand Down
2 changes: 1 addition & 1 deletion allure-report-publisher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "tty-spinner", "~> 0.9.3"

spec.add_development_dependency "activesupport", "~> 7.0"
spec.add_development_dependency "allure-rspec", "~> 2.19.0"
spec.add_development_dependency "allure-rspec", "~> 2.20.0"
spec.add_development_dependency "climate_control", "~> 1.2.0"
spec.add_development_dependency "debug", "~> 1.0", ">= 1.0.0"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 7481cb1

Please sign in to comment.