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-03-13 03:16:02 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-03-13 03:16:02 +0300
commit0c8b1c3f6f32480a581004370ecc8c06a6d9eb00 (patch)
treea28f2c4a7347389bfe8ff45e525dd748bd683e02 /Gemfile
parentb74274bad62f8aa2e67dc4af3614c37245f4d6ea (diff)
Update dependency json_schemer to '~> 0.2', '>= 0.2.24'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9ab4aed1..68dee4b5 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', require: false
+ gem 'json_schemer', '~> 0.2', '>= 0.2.24', require: false
end
group :development, :danger do