Skip to content

Commit

Permalink
chore(deps): bump rspec from 3.11.0 to 3.13.0 (#47)
Browse files Browse the repository at this point in the history
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.13.0.
- [Commits](rspec/rspec-metagem@v3.11.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 76e7abd commit a18b9f1
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 'rake', '~> 13.1'

gem 'rspec', '~> 3.11'
gem 'rspec', '~> 3.13'

gem 'rubocop', '~> 1.39'
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
json (2.6.2)
parallel (1.22.1)
Expand All @@ -17,19 +17,19 @@ GEM
rake (13.1.0)
regexp_parser (2.6.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
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.11.0)
rspec-mocks (3.11.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.39.0)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -61,7 +61,7 @@ PLATFORMS
DEPENDENCIES
mr_loga_loga!
rake (~> 13.1)
rspec (~> 3.11)
rspec (~> 3.13)
rubocop (~> 1.39)
simplecov (~> 0.21)
timecop (~> 0.9)
Expand Down

0 comments on commit a18b9f1

Please sign in to comment.