update json gem to resolve security issue

This commit is contained in:
Kyle Drake 2020-08-03 19:40:33 +00:00
parent 0ec1c20f56
commit 510cc9fcd9
2 changed files with 3 additions and 1 deletions

View file

@ -52,6 +52,7 @@ gem 'hiredis'
gem 'activesupport' gem 'activesupport'
gem 'facter', require: nil gem 'facter', require: nil
gem 'maxmind-db' gem 'maxmind-db'
gem 'json', '>= 2.3.0'
group :development, :test do group :development, :test do
gem 'pry' gem 'pry'

View file

@ -117,7 +117,7 @@ GEM
in_threads (1.5.3) in_threads (1.5.3)
io-extra (1.3.0) io-extra (1.3.0)
ipaddress (0.8.3) ipaddress (0.8.3)
json (2.2.0) json (2.3.1)
loofah (2.5.0) loofah (2.5.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
@ -316,6 +316,7 @@ DEPENDENCIES
image_optim_pack image_optim_pack
io-extra io-extra
ipaddress ipaddress
json (>= 2.3.0)
m m
magic magic
mail mail