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-22 03:10:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-22 03:10:13 +0300
commit72023ba299df4aede839a0846688c3d8f0b096a1 (patch)
tree56f7fd59dc800979b3f10729e03c83b2735b5d8c /Gemfile
parentaa10c5ed22ed20df96b5d12b5e8921971408e410 (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 87d970ababb..f0b33c5dd0e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -566,6 +566,7 @@ gem 'lockbox', '~> 1.1.1'
gem 'valid_email', '~> 0.1'
# JSON
+gem 'jsonb_accessor', '~> 1.3.10'
gem 'json', '~> 2.6.3'
gem 'json_schemer', '~> 0.2.18'
gem 'oj', '~> 3.13.21'