Skip to content

Commit

Permalink
Update rspec requirement from ~> 3.12.0 to ~> 3.13.0 (#124)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent 0c808c2 commit 6716716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trino-client.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "msgpack", [">= 1.5.1"]

gem.add_development_dependency "rake", [">= 0.9.2", "< 14.0"]
gem.add_development_dependency "rspec", "~> 3.12.0"
gem.add_development_dependency "rspec", "~> 3.13.0"
gem.add_development_dependency "webmock", ["~> 3.0"]
gem.add_development_dependency "addressable", "~> 2.8.1" # 2.5.0 doesn't support Ruby 1.9.3
gem.add_development_dependency "simplecov", "~> 0.22.0"
Expand Down

0 comments on commit 6716716

Please sign in to comment.