Skip to content

Commit

Permalink
Merge pull request #108 from allure-examples/dependabot/bundler/rspec…
Browse files Browse the repository at this point in the history
…-3.13.0

Bump rspec from 3.12.0 to 3.13.0
  • Loading branch information
andrcuns authored Feb 13, 2024
2 parents 98318a7 + 36e34ed commit 6dac6ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ source 'https://rubygems.org'
# 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 'pry', '~> 0.14.2'
gem 'rspec', '~> 3.12'
gem 'rspec', '~> 3.13'
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
require_all (3.0.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.4)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.2)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
systemu (2.6.5)
uuid (2.3.9)
macaddr (~> 1.0)
Expand All @@ -52,7 +52,7 @@ PLATFORMS
DEPENDENCIES
allure-rspec (~> 2.23.0)!
pry (~> 0.14.2)
rspec (~> 3.12)
rspec (~> 3.13)

BUNDLED WITH
2.2.9

0 comments on commit 6dac6ee

Please sign in to comment.