Skip to content

Commit

Permalink
build(deps-dev): bump solargraph from 0.44.3 to 0.45.0 (#207)
Browse files Browse the repository at this point in the history
Bumps [solargraph](https://github.com/castwide/solargraph) from 0.44.3 to 0.45.0.
- [Release notes](https://github.com/castwide/solargraph/releases)
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.44.3...v0.45.0)

---
updated-dependencies:
- dependency-name: solargraph
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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] authored Jun 3, 2022
1 parent 2401d12 commit 7fc56f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "puma", "~> 5.6"

group :development do
gem "standard", "~> 1.12"
gem "solargraph", "~> 0.44"
gem "solargraph", "~> 0.45"
end

group :bridgetown_plugins do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.4.0)
regexp_parser (2.5.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
activesupport (>= 6.0)
erubi (>= 1.10)
tilt (~> 2.0)
solargraph (0.44.3)
solargraph (0.45.0)
backport (~> 1.2)
benchmark
bundler (>= 1.17.2)
Expand Down Expand Up @@ -246,7 +246,7 @@ DEPENDENCIES
bridgetown-svg-inliner (~> 1.0)
bridgetown-view-component (~> 1.0.0)
puma (~> 5.6)
solargraph (~> 0.44)
solargraph (~> 0.45)
standard (~> 1.12)
view_component (~> 2.55)

Expand Down

0 comments on commit 7fc56f2

Please sign in to comment.