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-05-29 05:17:47 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-05-29 05:17:47 +0300
commit2d5ded7a8cd1c0d652fc15960e4f569217b68c76 (patch)
tree87b8610755b5c93c1a03af40054857d56e112dc1 /Gemfile
parent32b01eaa2ce70fac6a53716c8fad28d3df4333f3 (diff)
Update dependency json_schemer to v1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 27459cf8..a32c3a30 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ group :test, :development do
gem 'pry-byebug', '~> 3.10.1', require: false
gem 'gitlab-styles', '~> 10.0.0', require: false
gem "webrick", "~> 1.8", ">= 1.8.1"
- gem 'json_schemer', '~> 0.2', '>= 0.2.25', require: false
+ gem 'json_schemer', '~> 1.0', '>= 1.0.1', require: false
end
group :development, :danger do