diff --git a/Gemfile b/Gemfile index 85f03a1..198b55d 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.27.0', github: 'allure-framework/allure-ruby', branch: 'master' +gem 'allure-rspec', '~> 2.28.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 63f2696..c779111 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GIT remote: https://github.com/allure-framework/allure-ruby.git - revision: 27eff88a3a5c15b36d5a2ba1b2903f66341b0b27 + revision: fca04fe85b5529603305a71dcb9e71e86a259280 branch: master specs: - allure-rspec (2.27.0) - allure-ruby-commons (= 2.27.0) + allure-rspec (2.28.0) + allure-ruby-commons (= 2.28.0) rspec-core (>= 3.8, < 4) - allure-ruby-commons (2.27.0) + allure-ruby-commons (2.28.0) mime-types (>= 3.3, < 4) require_all (>= 2, < 4) rspec-expectations (~> 3.13) @@ -46,7 +46,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - allure-rspec (~> 2.27.0)! + allure-rspec (~> 2.28.0)! pry (~> 0.15.2) rspec (~> 3.13)