Move json_schemer install to Gemfile

This commit is contained in:
Bo Anderson 2021-09-10 03:08:21 +01:00
parent f8d0139015
commit 02724df0d6
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
3 changed files with 11 additions and 1 deletions

View File

@ -8,6 +8,7 @@ source "https://rubygems.org"
# installed gems (should all be require: false)
gem "bootsnap", require: false
gem "byebug", require: false
gem "json_schemer", require: false
gem "minitest", require: false
gem "parallel_tests", require: false
gem "ronn", require: false

View File

@ -25,14 +25,22 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
ecma-re-validator (0.3.0)
regexp_parser (~> 2.0)
elftools (1.1.3)
bindata (~> 2)
hana (1.3.7)
highline (2.0.3)
hpricot (0.8.6)
http-cookie (1.0.4)
domain_name (~> 0.5)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
json_schemer (0.2.18)
ecma-re-validator (~> 0.3)
hana (~> 1.3)
regexp_parser (~> 2.0)
uri_template (~> 0.7)
mechanize (2.8.1)
addressable (~> 2.7)
domain_name (~> 0.5, >= 0.5.20190701)
@ -171,6 +179,7 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
uri_template (0.7.0)
warning (1.2.0)
webrick (1.7.0)
webrobots (0.1.2)
@ -185,6 +194,7 @@ DEPENDENCIES
byebug
concurrent-ruby
did_you_mean
json_schemer
mechanize
minitest
parallel_tests

View File

@ -75,7 +75,6 @@ class GitHubPackages
skopeo = Formula["skopeo"].opt_bin/"skopeo"
end
Homebrew.install_gem!("json_schemer")
require "json_schemer"
load_schemas!