bundle update json
Change-Id: I56b41125ca2abd1768c0c495a42e8d22ac937271 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/334928 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Aaron Ogata <aogata@instructure.com> Build-Review: Aaron Ogata <aogata@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
aa6cdf1ee8
commit
10bd303d54
|
@ -50,7 +50,7 @@ GEM
|
|||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jira_ref_parser (1.0.1)
|
||||
json (2.7.0)
|
||||
json (2.7.1)
|
||||
language_server-protocol (3.17.0.3)
|
||||
loofah (2.22.0)
|
||||
crass (~> 1.0.2)
|
||||
|
|
|
@ -652,7 +652,7 @@ GEM
|
|||
iso8601 (0.13.0)
|
||||
jira_ref_parser (1.0.1)
|
||||
jmespath (1.6.2)
|
||||
json (2.7.0)
|
||||
json (2.7.1)
|
||||
json-jwt (1.16.3)
|
||||
activesupport (>= 4.2)
|
||||
aes_key_wrap
|
||||
|
|
|
@ -63,7 +63,7 @@ GEM
|
|||
irb (1.10.0)
|
||||
rdoc
|
||||
reline (>= 0.3.8)
|
||||
json (2.7.0)
|
||||
json (2.7.1)
|
||||
loofah (2.22.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
|
|
|
@ -106,7 +106,7 @@ GEM
|
|||
aroi (>= 0.0.7)
|
||||
dogstatsd-ruby (>= 4.2, < 6.0, != 5.0.0)
|
||||
statsd-ruby (~> 1.0)
|
||||
json (2.7.0)
|
||||
json (2.7.1)
|
||||
loofah (2.22.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
|
|
|
@ -8,7 +8,7 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
diff-lcs (1.5.0)
|
||||
json (2.7.0)
|
||||
json (2.7.1)
|
||||
rake (13.1.0)
|
||||
rspec (3.12.0)
|
||||
rspec-core (~> 3.12.0)
|
||||
|
|
|
@ -52,7 +52,7 @@ GEM
|
|||
rdoc
|
||||
reline (>= 0.3.8)
|
||||
jira_ref_parser (1.0.1)
|
||||
json (2.7.0)
|
||||
json (2.7.1)
|
||||
language_server-protocol (3.17.0.3)
|
||||
loofah (2.22.0)
|
||||
crass (~> 1.0.2)
|
||||
|
|
Loading…
Reference in New Issue