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 @@ -5,5 +5,5 @@ 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 'pry', '~> 0.15.2'
gem 'pry', '~> 0.16.0'
gem 'rspec', '~> 3.13'
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@ GEM
specs:
coderay (1.1.3)
diff-lcs (1.6.2)
io-console (0.8.2)
logger (1.7.0)
method_source (1.1.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0924)
pry (0.15.2)
pry (0.16.0)
coderay (~> 1.1)
method_source (~> 1.0)
reline (>= 0.6.0)
reline (0.6.3)
io-console (~> 0.5)
require_all (3.0.0)
rspec (3.13.2)
rspec-core (~> 3.13.0)
Expand All @@ -47,7 +51,7 @@ PLATFORMS

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

BUNDLED WITH
Expand Down