From fcddfcba3f5fa27f5cd26b65fd50b8a9eb2f4031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:07:22 +0000 Subject: [PATCH] Bump microformats from 4.3.1 to 4.5.0 Bumps [microformats](https://github.com/microformats/microformats-ruby) from 4.3.1 to 4.5.0. - [Release notes](https://github.com/microformats/microformats-ruby/releases) - [Commits](https://github.com/microformats/microformats-ruby/compare/v4.3.1...v4.5.0) --- updated-dependencies: - dependency-name: microformats dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 34f2df5a..4009e62c 100644 --- a/Gemfile +++ b/Gemfile @@ -121,7 +121,7 @@ group :test do gem 'capybara', '~> 3.35' gem 'climate_control', '~> 0.2' gem 'faker', '~> 2.18' - gem 'microformats', '~> 4.2' + gem 'microformats', '~> 4.5' gem 'rails-controller-testing', '~> 1.0' gem 'rspec-sidekiq', '~> 3.1' gem 'simplecov', '~> 0.21', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1fe0a885..bfbc37e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM ipaddress (0.8.3) iso-639 (0.3.5) jmespath (1.4.0) - json (2.5.1) + json (2.6.3) json-canonicalization (0.2.1) json-ld (3.1.9) htmlentities (~> 4.3) @@ -347,9 +347,9 @@ GEM redis (>= 3.0.5) memory_profiler (1.0.0) method_source (1.0.0) - microformats (4.3.1) - json (~> 2.2) - nokogiri (~> 1.10) + microformats (4.5.0) + json + nokogiri mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) @@ -439,7 +439,7 @@ GEM pundit (2.1.0) activesupport (>= 3.0.0) raabro (1.4.0) - racc (1.5.2) + racc (1.6.2) rack (2.2.3) rack-attack (6.5.0) rack (>= 1.0, < 3) @@ -739,7 +739,7 @@ DEPENDENCIES makara (~> 0.5) mario-redis-lock (~> 1.2) memory_profiler - microformats (~> 4.2) + microformats (~> 4.5) mime-types (~> 3.3.1) net-ldap (~> 0.17) newrelic_rpm (~> 7.2)