diff --git a/Gemfile b/Gemfile index 831f31a0e..9b25cbaf8 100644 --- a/Gemfile +++ b/Gemfile @@ -125,7 +125,7 @@ group :development do gem "i18n-tasks", "~> 1.0.10" # Helpers to find and manage missing and unused translations gem "listen", "~> 3.7", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard) gem "memory_profiler", "~> 1.0", require: false # Memory profiling routines for Ruby 2.3+ - gem "solargraph", "~> 0.44", require: false # For LSP support (such as symbol renaming, documentation lookup) + gem "solargraph", "~> 0.45", require: false # For LSP support (such as symbol renaming, documentation lookup) gem "solargraph-rails", "~> 0.3.1", require: false # For LSP support with Rails gem "web-console", "~> 4.2" # Rails Console on the Browser gem "yard", "~> 0.9" # Documentation format diff --git a/Gemfile.lock b/Gemfile.lock index f0b6126ee..caadd5e7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -455,7 +455,7 @@ GEM execjs (~> 2.7) knapsack_pro (3.2.1) rake - kramdown (2.3.1) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) @@ -829,7 +829,7 @@ GEM simplecov_json_formatter (0.1.2) slack-notifier (2.4.0) smart_properties (1.17.0) - solargraph (0.44.3) + solargraph (0.45.0) backport (~> 1.2) benchmark bundler (>= 1.17.2) @@ -1078,7 +1078,7 @@ DEPENDENCIES sidekiq-unique-jobs (~> 7.1.23) simplecov (~> 0.21.2) slack-notifier (~> 2.4) - solargraph (~> 0.44) + solargraph (~> 0.45) solargraph-rails (~> 0.3.1) sprockets-rails (~> 3.4) staccato (~> 0.5) diff --git a/vendor/cache/kramdown-2.3.1.gem b/vendor/cache/kramdown-2.3.1.gem deleted file mode 100644 index 29213b94f..000000000 Binary files a/vendor/cache/kramdown-2.3.1.gem and /dev/null differ diff --git a/vendor/cache/kramdown-2.4.0.gem b/vendor/cache/kramdown-2.4.0.gem new file mode 100644 index 000000000..0ade96d24 Binary files /dev/null and b/vendor/cache/kramdown-2.4.0.gem differ diff --git a/vendor/cache/solargraph-0.44.3.gem b/vendor/cache/solargraph-0.45.0.gem similarity index 77% rename from vendor/cache/solargraph-0.44.3.gem rename to vendor/cache/solargraph-0.45.0.gem index d0f9fd0f8..e25e66891 100644 Binary files a/vendor/cache/solargraph-0.44.3.gem and b/vendor/cache/solargraph-0.45.0.gem differ