Skip to content

Commit

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

Bump allure-rspec from `a402e42` to `013620b`
  • Loading branch information
andrcuns authored Jun 6, 2024
2 parents a5ed5e4 + 43d6b33 commit 4fc1ae0
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.24.4', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'allure-rspec', '~> 2.24.5', 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: a402e4297aa6fa8bbc7719683dce47aceb5b7821
revision: 013620b99740bd1f94119d959b8dca6ae90d137c
branch: master
specs:
allure-rspec (2.24.4)
allure-ruby-commons (= 2.24.4)
allure-rspec (2.24.5)
allure-ruby-commons (= 2.24.5)
rspec-core (>= 3.8, < 4)
allure-ruby-commons (2.24.4)
allure-ruby-commons (2.24.5)
mime-types (>= 3.3, < 4)
require_all (>= 2, < 4)
rspec-expectations (~> 3.12)
Expand All @@ -22,7 +22,7 @@ GEM
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0305)
mime-types-data (3.2024.0507)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -50,7 +50,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
allure-rspec (~> 2.24.4)!
allure-rspec (~> 2.24.5)!
pry (~> 0.14.2)
rspec (~> 3.13)

Expand Down

0 comments on commit 4fc1ae0

Please sign in to comment.