Skip to content

Commit

Permalink
Update solargraph requirement from ~> 0.48.0 to ~> 0.49.0
Browse files Browse the repository at this point in the history
Updates the requirements on [solargraph](https://solargraph.org) to permit the latest version.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
1 parent ed27977 commit da3dbc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.1.1)
rake (13.1.0)
rbs (2.8.4)
regexp_parser (2.8.2)
reverse_markdown (2.1.1)
nokogiri
Expand Down Expand Up @@ -184,18 +185,19 @@ GEM
prism (>= 0.18.0, < 0.19)
sorbet-runtime (>= 0.5.5685)
ruby-progressbar (1.13.0)
solargraph (0.48.0)
solargraph (0.49.0)
backport (~> 1.2)
benchmark
bundler (>= 1.17.2)
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
reverse_markdown (>= 1.0.5, < 3)
rubocop (>= 0.52)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
Expand Down Expand Up @@ -239,7 +241,7 @@ DEPENDENCIES
rubocop (~> 1.58)
ruby-lsp (~> 0.13.0)
salesforce!
solargraph (~> 0.48.0)
solargraph (~> 0.49.0)
webmock (~> 3.9.5)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion salesforce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop", "~> 1.58"
spec.add_development_dependency "ruby-lsp", "~> 0.13.0"
spec.add_development_dependency "solargraph", "~> 0.48.0"
spec.add_development_dependency "solargraph", "~> 0.49.0"
spec.add_development_dependency "webmock", "~> 3.9.5"
end

0 comments on commit da3dbc3

Please sign in to comment.