Skip to content

Commit 09ed7e1

Browse files
Update solargraph requirement from ~> 0.57.0 to ~> 0.58.1
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](https://github.com/castwide/solargraph/commits) --- updated-dependencies: - dependency-name: solargraph dependency-version: 0.58.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fe9a73 commit 09ed7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development do
1111
gem "debug", "~> 1.8"
1212
gem "rake", "~> 13.3.0"
1313
gem "semver2", "~> 3.4"
14-
gem "solargraph", "~> 0.57.0"
14+
gem "solargraph", "~> 0.58.1"
1515
end
1616

1717
group :test do

0 commit comments

Comments
 (0)