Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand All @@ -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)

Expand Down