Skip to content

Commit

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

Bump allure-rspec from `36cb2b5` to `fb490e5`
  • Loading branch information
andrcuns authored Aug 22, 2024
2 parents 5d1bcaa + cff2964 commit 4a86842
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 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.5', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'allure-rspec', '~> 2.25.0', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'pry', '~> 0.14.2'
gem 'rspec', '~> 3.13'
20 changes: 7 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
GIT
remote: https://github.com/allure-framework/allure-ruby.git
revision: 36cb2b52320aefd16e1f383fc94e977cdb4227c0
revision: fb490e53a28ee0533deb8a57e6b3bca98adc8f44
branch: master
specs:
allure-rspec (2.24.5)
allure-ruby-commons (= 2.24.5)
allure-rspec (2.25.0)
allure-ruby-commons (= 2.25.0)
rspec-core (>= 3.8, < 4)
allure-ruby-commons (2.24.5)
allure-ruby-commons (2.25.0)
mime-types (>= 3.3, < 4)
require_all (>= 2, < 4)
rspec-expectations (~> 3.12)
uuid (>= 2.3, < 3)

GEM
remote: https://rubygems.org/
specs:
coderay (1.1.3)
diff-lcs (1.5.1)
macaddr (1.7.2)
systemu (~> 2.6.5)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0702)
mime-types-data (3.2024.0820)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -33,24 +30,21 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
systemu (2.6.5)
uuid (2.3.9)
macaddr (~> 1.0)

PLATFORMS
ruby
x86_64-darwin-20
x86_64-linux

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

Expand Down

0 comments on commit 4a86842

Please sign in to comment.