From cc28129b980244f0fad5f4107e426e5fe63756f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 18:59:07 +0000 Subject: [PATCH] Bump yajl-ruby from 1.1.0 to 1.4.3 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 1.1.0 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 24ddb1f..9852814 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'htmldiff', '0.0.1' gem 'pg', '0.13.2' gem 'rails', '3.2.6' gem 'thin', '1.3.1' -gem 'yajl-ruby', '1.1.0', :require => 'yajl' +gem 'yajl-ruby', '1.4.3', :require => 'yajl' gem "jquery-rails", "1.0.19" group :assets do diff --git a/Gemfile.lock b/Gemfile.lock index c01079b..91d9336 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM multi_json (>= 1.0.2) xpath (0.1.4) nokogiri (~> 1.3) - yajl-ruby (1.1.0) + yajl-ruby (1.4.3) yui-compressor (0.9.6) POpen4 (>= 0.1.4) @@ -220,5 +220,5 @@ DEPENDENCIES thin (= 1.3.1) timecop (= 0.3.5) uglifier - yajl-ruby (= 1.1.0) + yajl-ruby (= 1.4.3) yui-compressor