From 3b80be6d652a37f0cfd59125141cc8ae8f654d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 18:58:18 +0000 Subject: [PATCH] Bump yajl-ruby from 0.7.9 to 1.4.3 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 0.7.9 to 1.4.3. - [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/commits) --- updated-dependencies: - dependency-name: yajl-ruby dependency-type: direct:production ... 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..d749681 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.4.3', :require => 'yajl' group :development, :test do gem 'rspec-rails', '~> 1.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index d72efec..737bee6 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.4.3) 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.4.3)