mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
update json gem to resolve security issue
This commit is contained in:
parent
0ec1c20f56
commit
510cc9fcd9
2 changed files with 3 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue