From 521225ab4bf82f9d8f7db78958f2a771a6cede18 Mon Sep 17 00:00:00 2001 From: Venkata Challa Date: Fri, 31 May 2024 14:12:11 +0100 Subject: [PATCH] wip --- Gemfile | 4 ++-- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 25f7441b..d4e57962 100644 --- a/Gemfile +++ b/Gemfile @@ -94,5 +94,5 @@ gem "propshaft", "~> 0.8.0" gem "rubyXL", "~> 3.4" -gem 'nokogiri', '>= 1.16.5' -gem 'rexml', '>= 3.2.7' +gem "nokogiri", "~> 1.16.5" +gem "rexml", "~> 3.2.7" diff --git a/Gemfile.lock b/Gemfile.lock index dc4920e6..90d90f8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -530,7 +530,7 @@ DEPENDENCIES jbuilder launchy mail-notify (~> 1.2) - nokogiri (>= 1.16.5) + nokogiri (~> 1.16.5) notifications-ruby-client okcomputer omniauth-azure-activedirectory-v2 @@ -541,7 +541,7 @@ DEPENDENCIES pry-byebug puma (>= 6.4.2, < 7) rails (~> 7.1) - rexml (>= 3.2.7) + rexml (~> 3.2.7) rolify rspec-rails rubocop-govuk