diff --git a/Gemfile b/Gemfile index 50b717c..ee0da74 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org/" gem 'addressable', '2.2.6' gem 'rack', '1.4.5' -gem 'yajl-ruby', '1.1.0' +gem 'yajl-ruby', '1.4.3' gem 'thin', '1.5.0' gem 'mustache', '0.99.3' diff --git a/Gemfile.lock b/Gemfile.lock index 5039637..31968a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM polyglot (>= 0.3.1) uri-redis (0.4.2) xml-simple (1.1.5) - yajl-ruby (1.1.0) + yajl-ruby (1.4.3) PLATFORMS ruby @@ -106,7 +106,7 @@ DEPENDENCIES storable (= 0.8.9) sysinfo (= 0.7.3) thin (= 1.5.0) - yajl-ruby (= 1.1.0) + yajl-ruby (= 1.4.3) BUNDLED WITH 1.12.5