Skip to content
Open
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.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'
14 changes: 7 additions & 7 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: 27eff88a3a5c15b36d5a2ba1b2903f66341b0b27
revision: 52a63c33e1568555f46c8003bf9511539939029c
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)
Expand All @@ -21,7 +21,7 @@ GEM
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0924)
mime-types-data (3.2026.0203)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -38,15 +38,15 @@ GEM
rspec-mocks (3.13.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
rspec-support (3.13.7)

PLATFORMS
ruby
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
allure-rspec (~> 2.27.0)!
allure-rspec (~> 2.28.0)!
pry (~> 0.15.2)
rspec (~> 3.13)

Expand Down