diff --git a/Gemfile b/Gemfile index 485a2ab..fc79095 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 6f8cb87..8b931e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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)