diff --git a/Gemfile b/Gemfile index d75f080..85f03a1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' # allure dependency is fetched from git mainly for purpose of testing allure-ruby # just the version should be used if this is used as reference for other projects -gem 'allure-rspec', '~> 2.26.0', github: 'allure-framework/allure-ruby', branch: 'master' +gem 'allure-rspec', '~> 2.27.0', github: 'allure-framework/allure-ruby', branch: 'master' gem 'pry', '~> 0.15.2' gem 'rspec', '~> 3.13' diff --git a/Gemfile.lock b/Gemfile.lock index 84c78e8..1370275 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GIT remote: https://github.com/allure-framework/allure-ruby.git - revision: 473ddbdfc7995a1ebeca8072693dc4e5e1f64f8f + revision: 74bd61c62f7bdbfc5e79c7bd90ed7df407fcfae7 branch: master specs: - allure-rspec (2.26.0) - allure-ruby-commons (= 2.26.0) + allure-rspec (2.27.0) + allure-ruby-commons (= 2.27.0) rspec-core (>= 3.8, < 4) - allure-ruby-commons (2.26.0) + allure-ruby-commons (2.27.0) mime-types (>= 3.3, < 4) require_all (>= 2, < 4) rspec-expectations (~> 3.12) @@ -15,13 +15,13 @@ GEM remote: https://rubygems.org/ specs: coderay (1.1.3) - diff-lcs (1.6.1) + diff-lcs (1.6.2) logger (1.7.0) method_source (1.1.0) - mime-types (3.6.2) + mime-types (3.7.0) logger - mime-types-data (~> 3.2015) - mime-types-data (3.2025.0506) + mime-types-data (~> 3.2025, >= 3.2025.0507) + mime-types-data (3.2025.0520) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -46,7 +46,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - allure-rspec (~> 2.26.0)! + allure-rspec (~> 2.27.0)! pry (~> 0.15.2) rspec (~> 3.13)