Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-05 00:14:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-05 00:14:01 +0300
commitf4056ff4474daf3da66ceaf4473306b0c4652897 (patch)
treeba6ca64ede0a7ec8d2c6971c7f3f5b3d8ab5f81d /Gemfile
parent795b6eb292706d577c13556a3583897f082dda6e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 44894d6a62c..d7a422924da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -399,11 +399,11 @@ group :development do
gem 'listen', '~> 3.7' # rubocop:todo Gemfile/MissingFeatureCategory
- gem 'ruby-lsp', "~> 0.12.3", feature_category: :tooling
+ gem 'ruby-lsp', "~> 0.13.0", require: false, feature_category: :tooling
- gem 'ruby-lsp-rails', "~> 0.2.7", feature_category: :tooling
+ gem 'ruby-lsp-rails', "~> 0.2.8", feature_category: :tooling
- gem 'ruby-lsp-rspec', "~> 0.1.5", feature_category: :tooling
+ gem 'ruby-lsp-rspec', "~> 0.1.8", require: false, feature_category: :tooling
end
group :development, :test do