Commit d981488c authored by David Fernandez's avatar David Fernandez

Merge branch 'mk-json-2.5.1' into 'master'

Update json gem to v2.5.1

See merge request gitlab-org/gitlab!70396
parents 6e280dce 63692987
...@@ -522,7 +522,7 @@ gem 'lockbox', '~> 0.6.2' ...@@ -522,7 +522,7 @@ gem 'lockbox', '~> 0.6.2'
gem 'valid_email', '~> 0.1' gem 'valid_email', '~> 0.1'
# JSON # JSON
gem 'json', '~> 2.3.0' gem 'json', '~> 2.5.1'
gem 'json_schemer', '~> 0.2.18' gem 'json_schemer', '~> 0.2.18'
gem 'oj', '~> 3.10.6' gem 'oj', '~> 3.10.6'
gem 'multi_json', '~> 1.14.1' gem 'multi_json', '~> 1.14.1'
......
...@@ -657,7 +657,7 @@ GEM ...@@ -657,7 +657,7 @@ GEM
character_set (~> 1.4) character_set (~> 1.4)
regexp_parser (~> 2.1) regexp_parser (~> 2.1)
regexp_property_values (~> 1.0) regexp_property_values (~> 1.0)
json (2.3.0) json (2.5.1)
json-jwt (1.13.0) json-jwt (1.13.0)
activesupport (>= 4.2) activesupport (>= 4.2)
aes_key_wrap aes_key_wrap
...@@ -1509,7 +1509,7 @@ DEPENDENCIES ...@@ -1509,7 +1509,7 @@ DEPENDENCIES
ipaddress (~> 0.8.3) ipaddress (~> 0.8.3)
jira-ruby (~> 2.1.4) jira-ruby (~> 2.1.4)
js_regex (~> 3.7) js_regex (~> 3.7)
json (~> 2.3.0) json (~> 2.5.1)
json_schemer (~> 0.2.18) json_schemer (~> 0.2.18)
jwt (~> 2.1.0) jwt (~> 2.1.0)
kaminari (~> 1.0) kaminari (~> 1.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment