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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-21 03:19:19 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-08-21 03:19:19 +0300
commit790658dd3ef3cb595510e1d2d2cac4fd5b7c4e0e (patch)
tree33fcfda2827d9d8268039d381d949da59bba3cb3 /Gemfile
parent91654dfe679b5142d59bc40dbaac485e6b78b42b (diff)
Update dependency json_schemer to v2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 63423d4a..2b7d9d1d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,7 +27,7 @@ group :test, :development do
gem 'pry-byebug', '~> 3.10.1', require: false
gem 'gitlab-styles', '~> 10.1.0', require: false
gem "webrick", "~> 1.8", ">= 1.8.1"
- gem 'json_schemer', '~> 1.0', '>= 1.0.3', require: false
+ gem 'json_schemer', '~> 2.0', require: false
end
group :development, :danger do