Skip to content

Commit 97c8d28

Browse files
Update solargraph requirement from ~> 0.55.1 to ~> 0.56.0 (#598)
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.55.1...v0.56.0) --- updated-dependencies: - dependency-name: solargraph dependency-version: 0.56.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 728bd55 commit 97c8d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :development do
1212
gem "rake", "~> 13.3.0"
1313
gem "ruby-lsp", "~> 0.24.1"
1414
gem "semver2", "~> 3.4"
15-
gem "solargraph", "~> 0.55.1"
15+
gem "solargraph", "~> 0.56.0"
1616
end
1717

1818
group :test do

0 commit comments

Comments
 (0)