diff --git a/Gemfile b/Gemfile index 6bcec97ad147c8..c2a036ac883f69 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ group :test do gem 'capybara', '~> 3.36' gem 'climate_control', '~> 0.2' gem 'faker', '~> 2.20' - 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 8751775ef298c9..1647265b050110 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -321,7 +321,7 @@ GEM idn-ruby (0.1.4) ipaddress (0.8.3) jmespath (1.6.1) - json (2.5.1) + json (2.6.3) json-canonicalization (0.3.0) json-jwt (1.13.0) activesupport (>= 4.2) @@ -388,14 +388,14 @@ GEM matrix (0.4.2) 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.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.15.0) msgpack (1.5.1) multi_json (1.15.0) @@ -474,7 +474,7 @@ GEM pundit (2.2.0) activesupport (>= 3.0.0) raabro (1.4.0) - racc (1.6.0) + racc (1.6.2) rack (2.2.3) rack-attack (6.6.1) rack (>= 1.0, < 3) @@ -788,7 +788,7 @@ DEPENDENCIES makara (~> 0.5) mario-redis-lock (~> 1.2) memory_profiler - microformats (~> 4.2) + microformats (~> 4.5) mime-types (~> 3.4.1) net-ldap (~> 0.17) nokogiri (~> 1.13)