From b0ba4f1aac277b1e4813e7219318160a7875112b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 17:03:00 +0000 Subject: [PATCH] Bump yajl-ruby from 0.8.3 to 1.4.1 Bumps [yajl-ruby](https://github.com/brianmario/yajl-ruby) from 0.8.3 to 1.4.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.8.3...1.4.1) --- 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 e42a27991f..8578d6596d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'nokogiri', '~> 1.6.0' gem 'rouge', '~> 1.4' gem 'rake', '~> 0.9.2' gem 'thin' -gem 'yajl-ruby', '~> 0.8.2' +gem 'yajl-ruby', '~> 1.4.1' group :development do gem 'adsf' diff --git a/Gemfile.lock b/Gemfile.lock index 84019f4e22..1911cabe11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM timers (1.1.0) typhoeus (0.6.8) ethon (>= 0.7.0) - yajl-ruby (0.8.3) + yajl-ruby (1.4.1) yell (2.0.4) PLATFORMS @@ -85,4 +85,4 @@ DEPENDENCIES rake (~> 0.9.2) rouge (~> 1.4) thin - yajl-ruby (~> 0.8.2) + yajl-ruby (~> 1.4.1)