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-06-09 00:09:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-09 00:09:55 +0300
commit6869f07304d5bcea12ec61ca6362259f3c72fdf8 (patch)
tree486145ef7341ea60b9c2d6e1e1fa44162e912316 /Gemfile
parent8b0d3151ae81cef695647771d1781c535d6f6cf5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cc7b819d97c..faa52643bdb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -386,6 +386,7 @@ end
group :development, :test do
gem 'deprecation_toolkit', '~> 1.5.1', require: false
gem 'bullet', '~> 7.0.2'
+ gem 'parser', '~> 3.2'
gem 'pry-byebug'
gem 'pry-rails', '~> 0.3.9'
gem 'pry-shell', '~> 0.6.1'