Update json to 1.7.7

Older versions of the json gem had vulnerabilities discussed at
https://groups.google.com/forum/#!topic/rubyonrails-security/4_YvCpLzL58/discussion
This commit is contained in:
Jan Stępień 2013-02-12 11:19:06 +01:00
parent 37f1926a0c
commit 4e546f502c
2 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,8 @@ gem 'bcrypt-ruby', '~> 2.1.4'
gem 'htmlentities', '~> 4.3.0'
gem "mail"
gem "json", ">= 1.7.7"
if RUBY_VERSION.to_f >= 1.9
gem "soap4r-ruby1.9"
else

View file

@ -64,7 +64,7 @@ GEM
htmlentities (4.3.1)
httpclient (2.3.0.1)
i18n (0.6.1)
json (1.7.5)
json (1.7.7)
libwebsocket (0.1.7.1)
addressable
websocket