Skip to content

Commit

Permalink
Bump rspec from 3.12.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.12.0 to 3.13.0.
- [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 8, 2024
1 parent 0749075 commit dd22740
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,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec

group :test do
gem "rspec", "~> 3.12"
gem "rspec", "~> 3.13"
gem "values", "~> 1"
end

Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
specs:
ansi (1.5.0)
ast (2.4.2)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
dokaz (0.0.5)
ansi
Expand All @@ -35,19 +35,19 @@ GEM
regexp_parser (2.8.0)
rexml (3.2.5)
rouge (4.1.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
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.3)
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.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.51.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -98,7 +98,7 @@ DEPENDENCIES
panolint-ruby!
rake
redcarpet (~> 3.6)
rspec (~> 3.12)
rspec (~> 3.13)
simplecov
simplecov-cobertura
values (~> 1)
Expand Down

0 comments on commit dd22740

Please sign in to comment.