Skip to content

Commit

Permalink
Merge pull request #112 from allure-examples/dependabot/bundler/allur…
Browse files Browse the repository at this point in the history
…e-rspec-2904c59

Bump allure-rspec from `5614680` to `2904c59`
  • Loading branch information
andrcuns authored Mar 2, 2024
2 parents 9693700 + 6a9a456 commit e159ec3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.23.0', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'allure-rspec', '~> 2.24.1', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'pry', '~> 0.14.2'
gem 'rspec', '~> 3.13'
12 changes: 6 additions & 6 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: 5614680a6c95be401e050a68919749e0d2c81fd1
revision: 2904c59b0db89d2e5fd1b7d40e874f6f0ded8dae
branch: master
specs:
allure-rspec (2.23.0)
allure-ruby-commons (= 2.23.0)
allure-rspec (2.24.1)
allure-ruby-commons (= 2.24.1)
rspec-core (>= 3.8, < 4)
allure-ruby-commons (2.23.0)
allure-ruby-commons (2.24.1)
mime-types (>= 3.3, < 4)
require_all (>= 2, < 4)
rspec-expectations (~> 3.12)
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rspec-support (3.13.1)
systemu (2.6.5)
uuid (2.3.9)
macaddr (~> 1.0)
Expand All @@ -50,7 +50,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
allure-rspec (~> 2.23.0)!
allure-rspec (~> 2.24.1)!
pry (~> 0.14.2)
rspec (~> 3.13)

Expand Down

0 comments on commit e159ec3

Please sign in to comment.