Skip to content

Commit

Permalink
Update solargraph requirement from ~> 0.49.0 to ~> 0.50.0 (#108)
Browse files Browse the repository at this point in the history
Updates the requirements on [solargraph](https://github.com/castwide/solargraph) to permit the latest version.
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.49.0...v0.50.0)

---
updated-dependencies:
- dependency-name: solargraph
  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 Dec 6, 2023
1 parent 9d26a9b commit b8fa1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq_alive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("rspec", "~> 3.0")
spec.add_development_dependency("rspec-sidekiq", "~> 4.0")
spec.add_development_dependency("rubocop-shopify", "~> 2.10")
spec.add_development_dependency("solargraph", "~> 0.49.0")
spec.add_development_dependency("solargraph", "~> 0.50.0")

spec.add_dependency("rack", "< 3")
spec.add_dependency("sidekiq", ">= 5", "< 8")
Expand Down

0 comments on commit b8fa1e8

Please sign in to comment.