diff --git a/Gemfile b/Gemfile index 5631f830..82c245e0 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 8a62b643..b1efa89f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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)