Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump json_schemer from 0.2.19 to 2.1.1 #141

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 24 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ GEM
debug_inspector (1.1.0)
diff-lcs (1.5.0)
diffy (3.4.0)
digest (3.0.0)
discourse-ember-rails (0.18.6)
active_model_serializers
ember-data-source (>= 1.0.0.beta.5)
Expand All @@ -119,8 +120,6 @@ GEM
faker (~> 2.16)
literate_randomizer
docile (1.4.0)
ecma-re-validator (0.4.0)
regexp_parser (~> 2.2)
email_reply_trimmer (0.1.13)
ember-data-source (3.0.2)
ember-source (>= 2, < 3.0)
Expand Down Expand Up @@ -194,18 +193,14 @@ GEM
json (2.6.1)
json-schema (2.8.1)
addressable (>= 2.4)
json_schemer (0.2.19)
ecma-re-validator (~> 0.3)
json_schemer (2.1.1)
hana (~> 1.3)
regexp_parser (~> 2.0)
uri_template (~> 0.7)
simpleidn (~> 0.2)
jwt (2.3.0)
kgio (2.11.4)
libv8-node (16.10.0.0)
libv8-node (16.10.0.0-aarch64-linux)
libv8-node (16.10.0.0-arm64-darwin)
libv8-node (16.10.0.0-x86_64-darwin)
libv8-node (16.10.0.0-x86_64-darwin-19)
libv8-node (16.10.0.0-x86_64-linux)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -231,7 +226,6 @@ GEM
rack (>= 1.1.3)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
mini_scheduler (0.13.0)
Expand All @@ -246,12 +240,19 @@ GEM
multi_xml (0.6.0)
multipart-post (2.1.1)
mustache (1.1.1)
net-imap (0.2.3)
digest
net-protocol
strscan
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.2.2)
digest
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.3-aarch64-linux)
racc (~> 1.4)
nokogiri (1.13.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.3-x86_64-darwin)
Expand Down Expand Up @@ -352,7 +353,7 @@ GEM
redis (4.5.1)
redis-namespace (1.8.2)
redis (>= 3.0.4)
regexp_parser (2.2.1)
regexp_parser (2.8.2)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.5)
Expand Down Expand Up @@ -443,6 +444,8 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
simpleidn (0.2.1)
unf (~> 0.1.4)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -452,9 +455,11 @@ GEM
sprockets (>= 3.0.0)
sshkey (2.0.0)
stackprof (0.2.19)
strscan (3.0.7)
test-prof (1.0.7)
thor (1.2.1)
tilt (2.0.10)
timeout (0.4.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
Expand All @@ -467,7 +472,6 @@ GEM
kgio (~> 2.6)
raindrops (~> 0.7)
uniform_notifier (1.16.0)
uri_template (0.7.0)
webmock (3.14.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -480,11 +484,8 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
aarch64-linux
arm64-darwin-20
ruby
x86_64-darwin-18
x86_64-darwin-19
x86_64-darwin-20
x86_64-linux

Expand Down Expand Up @@ -514,6 +515,7 @@ DEPENDENCIES
cppjieba_rb
css_parser
diffy
digest (= 3.0.0)
discourse-ember-rails (= 0.18.6)
discourse-ember-source (~> 3.12.2)
discourse-fonts
Expand Down Expand Up @@ -556,6 +558,9 @@ DEPENDENCIES
mocha
multi_json
mustache
net-imap (~> 0.2.1)
net-pop (~> 0.1.1)
net-smtp (~> 0.2.1)
nokogiri
oj
omniauth
Expand Down
Loading