Skip to content

Commit

Permalink
Bump the ruby-dependencies group with 2 updates (#1542)
Browse files Browse the repository at this point in the history
* Bump the ruby-dependencies group with 2 updates

Bumps the ruby-dependencies group with 2 updates: [rspec-core](https://github.com/rspec/rspec-core) and [rspec-expectations](https://github.com/rspec/rspec-expectations).


Updates `rspec-core` from 3.12.2 to 3.12.3
- [Release notes](https://github.com/rspec/rspec-core/releases)
- [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md)
- [Commits](rspec/rspec-core@v3.12.2...v3.12.3)

Updates `rspec-expectations` from 3.12.3 to 3.12.4
- [Release notes](https://github.com/rspec/rspec-expectations/releases)
- [Changelog](https://github.com/rspec/rspec-expectations/blob/main/Changelog.md)
- [Commits](rspec/rspec-expectations@v3.12.3...v3.12.4)

---
updated-dependencies:
- dependency-name: rspec-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
- dependency-name: rspec-expectations
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Refresh lockfile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Feb 15, 2024
1 parent 1d3c716 commit 9a8665b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
erubis (2.7.0)
excon (0.99.0)
excon (0.109.0)
heroics (0.1.2)
erubis (~> 2.0)
excon
Expand All @@ -28,7 +28,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
platform-api (3.5.0)
platform-api (3.6.0)
heroics (~> 0.1.1)
moneta (~> 1.0.0)
rate_throttle_client (~> 0.1.0)
Expand All @@ -38,12 +38,12 @@ GEM
regexp_parser (2.9.0)
rexml (3.2.6)
rrrretry (1.0.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
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-support (3.12.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -66,7 +66,7 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
thor (1.2.1)
thor (1.3.0)
threaded (0.0.4)
unicode-display_width (2.5.0)
webrick (1.8.1)
Expand All @@ -86,4 +86,4 @@ RUBY VERSION
ruby 3.2.1p31

BUNDLED WITH
2.4.6
2.5.4

0 comments on commit 9a8665b

Please sign in to comment.