Skip to content

Commit

Permalink
Bump allure-rspec from 2.15.0 to 2.16.0
Browse files Browse the repository at this point in the history
Bumps [allure-rspec](https://github.com/allure-framework/allure-ruby) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/allure-framework/allure-ruby/releases)
- [Commits](allure-framework/allure-ruby@2.15.0...2.16.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>
  • Loading branch information
dependabot[bot] authored Jan 24, 2022
1 parent 896c8c8 commit aa78297
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :release do
end

group :test do
gem "allure-rspec", "~> 2.15.0"
gem "allure-rspec", "~> 2.16.0"
gem "climate_control", "~> 1.0.1"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.25"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ GEM
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
allure-rspec (2.15.0)
allure-ruby-commons (= 2.15.0)
allure-rspec (2.16.0)
allure-ruby-commons (= 2.16.0)
rspec-core (>= 3.8, < 4)
allure-ruby-commons (2.15.0)
allure-ruby-commons (2.16.0)
mime-types (>= 3.3, < 4)
oj (>= 3.10, < 4)
require_all (>= 2, < 4)
Expand Down Expand Up @@ -134,7 +134,7 @@ GEM
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand All @@ -146,7 +146,7 @@ GEM
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
oj (3.13.8)
oj (3.13.11)
os (1.1.4)
parallel (1.21.0)
parser (3.1.0.0)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rspec-support (3.10.3)
rubocop (1.25.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
Expand Down Expand Up @@ -266,7 +266,7 @@ PLATFORMS

DEPENDENCIES
allure-report-publisher!
allure-rspec (~> 2.15.0)
allure-rspec (~> 2.16.0)
climate_control (~> 1.0.1)
git (~> 1.10)
pry-byebug (~> 3.9)
Expand Down

0 comments on commit aa78297

Please sign in to comment.