Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkataChalla554 committed May 31, 2024
1 parent dd59a78 commit 521225a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 521225a

Please sign in to comment.