diff --git a/Gemfile b/Gemfile index 7a1fd731b82c6c564c40c545c08f8be707589393..58f37862d21241b6c8f2d66bd73efd25c4c40d65 100644 --- a/Gemfile +++ b/Gemfile @@ -346,7 +346,7 @@ gem 'warning', '~> 1.3.0' group :development do gem 'lefthook', '~> 1.1.1', require: false gem 'rubocop' - gem 'solargraph', '~> 0.45.0', require: false + gem 'solargraph', '~> 0.46.0', require: false gem 'letter_opener_web', '~> 2.0.0' gem 'lookbook' diff --git a/Gemfile.lock b/Gemfile.lock index d02f181665c406853266689ae7c9a5d2c4b6acca..34b1a073a7e57fdaf3db9a3adb4085de13d19894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1308,7 +1308,7 @@ GEM slack-messenger (2.3.4) snowplow-tracker (0.6.1) contracts (~> 0.7, <= 0.11) - solargraph (0.45.0) + solargraph (0.46.0) backport (~> 1.2) benchmark bundler (>= 1.17.2) @@ -1756,7 +1756,7 @@ DEPENDENCIES simplecov-lcov (~> 0.8.0) slack-messenger (~> 2.3.4) snowplow-tracker (~> 0.6.1) - solargraph (~> 0.45.0) + solargraph (~> 0.46.0) spamcheck (~> 1.0.0) spring (~> 2.1.0) spring-commands-rspec (~> 1.0.4)