From ef66bb2ea1134b53a4d70ff41394c83ea811ab8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 11:19:47 +0000 Subject: [PATCH] Bump yajl-ruby from 0.7.9 to 1.3.1 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 0.7.9 to 1.3.1. - [Release notes](https://github.com/brianmario/yajl-ruby/releases) - [Changelog](https://github.com/brianmario/yajl-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianmario/yajl-ruby/compare/0.7.9...1.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 32bf0af..e106932 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'rpx_now', '~> 0.6.23' gem 'timeline_fu', '~> 0.3.0' gem 'treetop-dcf', '~> 0.2.1' gem 'will_paginate', '~> 2.3.15' -gem 'yajl-ruby', '~> 0.7.8', :require => 'yajl' +gem 'yajl-ruby', '~> 1.3.1', :require => 'yajl' group :development, :test do gem 'rspec-rails', '~> 1.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index d72efec..4b9f348 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM rack-test (>= 0.5.3) will_paginate (2.3.15) wirble (0.1.3) - yajl-ruby (0.7.9) + yajl-ruby (1.3.1) PLATFORMS ruby @@ -164,4 +164,4 @@ DEPENDENCIES webrat (~> 0.7.2) will_paginate (~> 2.3.15) wirble - yajl-ruby (~> 0.7.8) + yajl-ruby (~> 1.3.1)