Skip to content

Commit ef0800f

Browse files
Bump solargraph from 0.45.0 to 0.46.0 (#420)
Bumps [solargraph](https://github.com/castwide/solargraph) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/castwide/solargraph/releases) - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: solargraph dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea1778b commit ef0800f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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 "pry", "~> 0.14.1"
1313
gem "rake", "~> 13.0.6"
1414
gem "semver2", "~> 3.4"
15-
gem "solargraph", "~> 0.45.0"
15+
gem "solargraph", "~> 0.46.0"
1616
end
1717

1818
group :test do

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
mime-types-data (3.2022.0105)
8080
mini_portile2 (2.8.0)
8181
multi_test (1.1.0)
82-
nokogiri (1.13.6)
82+
nokogiri (1.13.8)
8383
mini_portile2 (~> 2.8.0)
8484
racc (~> 1.4)
8585
oj (3.13.21)
@@ -139,7 +139,7 @@ GEM
139139
terminal-table
140140
simplecov-html (0.12.3)
141141
simplecov_json_formatter (0.1.2)
142-
solargraph (0.45.0)
142+
solargraph (0.46.0)
143143
backport (~> 1.2)
144144
benchmark
145145
bundler (>= 1.17.2)
@@ -160,12 +160,12 @@ GEM
160160
terminal-table (3.0.2)
161161
unicode-display_width (>= 1.1.1, < 3)
162162
thor (1.2.1)
163-
tilt (2.0.10)
163+
tilt (2.0.11)
164164
unicode-display_width (2.2.0)
165165
uuid (2.3.9)
166166
macaddr (~> 1.0)
167167
webrick (1.7.0)
168-
yard (0.9.27)
168+
yard (0.9.28)
169169
webrick (~> 1.7.0)
170170

171171
PLATFORMS
@@ -186,7 +186,7 @@ DEPENDENCIES
186186
semver2 (~> 3.4)
187187
simplecov (~> 0.21.2)
188188
simplecov-console (~> 0.9.1)
189-
solargraph (~> 0.45.0)
189+
solargraph (~> 0.46.0)
190190

191191
BUNDLED WITH
192192
2.3.10

0 commit comments

Comments
 (0)