From a0dfc420a4c33b767274f6ee4e0ee3ff8e4b1085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:31:01 +0000 Subject: [PATCH] build(deps): bump roo from 2.10.0 to 2.10.1 Bumps [roo](https://github.com/roo-rb/roo) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/roo-rb/roo/releases) - [Changelog](https://github.com/roo-rb/roo/blob/master/CHANGELOG.md) - [Commits](https://github.com/roo-rb/roo/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: roo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 789046e8..ed1be25f 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'pg', '~> 1.5.4' gem 'jwt', '~> 2.7.1' gem 'rest-client', '~> 2.1' gem 'rollbar', '~> 3.5.1' -gem 'roo', '~> 2.10.0' +gem 'roo', '~> 2.10.1' # remove if not option two taken in project # For canonical urls diff --git a/Gemfile.lock b/Gemfile.lock index d1b17551..a7fb6973 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.15.5) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) @@ -294,7 +294,7 @@ GEM activerecord (>= 5.0) rgeo (>= 1.0.0) rollbar (3.5.1) - roo (2.10.0) + roo (2.10.1) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) rspec-core (3.12.2) @@ -411,7 +411,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5, >= 1.0.5) rest-client (~> 2.1) rollbar (~> 3.5.1) - roo (~> 2.10.0) + roo (~> 2.10.1) rspec-rails (~> 6.1.0) rubocop (~> 1.59.0) rubocop-performance (~> 1.20.2)