From 1c56bb8e574bfedbcc8206e133d4af6435e8ec8a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 03:21:59 +0000 Subject: [PATCH] Update oga requirement from ~> 2.0 to ~> 3.2 Updates the requirements on [oga](https://gitlab.com/yorickpeterse/oga) to permit the latest version. - [Release notes](https://gitlab.com/yorickpeterse/oga/tags) - [Changelog](https://gitlab.com/yorickpeterse/oga/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/yorickpeterse/oga/compare/v2.0.0...v3.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0b131f1..68d5291 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gemspec gem "nokogiri", "~> 1.8" -gem "oga", "~> 2.0" +gem "oga", "~> 3.2" gem "rubocop", "~> 0.74" group :test do