Skip to content

Commit

Permalink
Update rspec requirement from ~> 3.12.0 to ~> 3.13.0 (#48)
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version.
- [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:development
...

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 Feb 6, 2024
1 parent 4a911de commit 485719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_development_dependency 'rake', '~> 13.1.0'
s.add_development_dependency 'rspec', '~> 3.12.0'
s.add_development_dependency 'rspec', '~> 3.13.0'
s.add_development_dependency 'rubocop', '~> 1.28.2'
s.add_development_dependency 'rubocop-rake', '~> 0.6.0'
s.add_development_dependency 'rubocop-rspec', '~> 2.10.0'
Expand Down

0 comments on commit 485719c

Please sign in to comment.