Skip to content

Commit

Permalink
Bump rspec from 3.8.0 to 3.13.0
Browse files Browse the repository at this point in the history
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.8.0 to 3.13.0.
- [Commits](rspec/rspec-metagem@v3.8.0...v3.13.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 60fa960 commit e1a02e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gemspec

gem "byebug"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.7"
gem "rspec", "~> 3.13"
gem "rubocop-shopify", require: false
gem "yard", "~> 0.9"
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
specs:
ast (2.4.2)
byebug (11.1.3)
diff-lcs (1.3)
diff-lcs (1.5.1)
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
Expand All @@ -21,19 +21,19 @@ GEM
rake (13.0.1)
regexp_parser (2.8.1)
rexml (3.2.6)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.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.8.0)
rspec-mocks (3.8.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.55.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -59,7 +59,7 @@ PLATFORMS
DEPENDENCIES
byebug
rake (>= 12.3.3)
rspec (~> 3.7)
rspec (~> 3.13)
rubocop-shopify
rubocop-sorbet!
yard (~> 0.9)
Expand Down

0 comments on commit e1a02e0

Please sign in to comment.