forked from OpenNeo/impress
json 1.7.7 security update
This commit is contained in:
parent
21095edc98
commit
a568ea53cf
4 changed files with 5 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -3,6 +3,9 @@ source 'http://rubygems.org'
|
|||
gem 'rails', '3.0.20'
|
||||
#gem 'sqlite3-ruby', '~> 1.3.1', :require => 'sqlite3'
|
||||
|
||||
# https://groups.google.com/d/topic/rubyonrails-security/4_YvCpLzL58/discussion
|
||||
gem 'json', '~> 1.7.7'
|
||||
|
||||
gem 'compass', '~> 0.10.1'
|
||||
gem 'haml', '~> 3.0.18'
|
||||
gem 'rdiscount', '~> 1.6.5'
|
||||
|
|
|
@ -155,7 +155,7 @@ GEM
|
|||
jammit (0.5.4)
|
||||
closure-compiler (>= 0.1.0)
|
||||
yui-compressor (>= 0.9.1)
|
||||
json (1.7.6)
|
||||
json (1.7.7)
|
||||
mail (2.2.19)
|
||||
activesupport (>= 2.3.6)
|
||||
i18n (>= 0.4.0)
|
||||
|
@ -296,6 +296,7 @@ DEPENDENCIES
|
|||
hoptoad_notifier
|
||||
http_accept_language!
|
||||
jammit (~> 0.5.3)
|
||||
json (~> 1.7.7)
|
||||
memcache-client (~> 1.8.5)
|
||||
mini_magick (~> 3.4)
|
||||
msgpack (~> 0.4.3)
|
||||
|
|
BIN
vendor/cache/json-1.7.6.gem
vendored
BIN
vendor/cache/json-1.7.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/json-1.7.7.gem
vendored
Normal file
BIN
vendor/cache/json-1.7.7.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue