Skip to content

Commit

Permalink
Updated version for nokogiri and rexml
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkataChalla554 committed May 31, 2024
1 parent c8359e7 commit 552d9d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ gem "importmap-rails", "~> 1.2"
gem "propshaft", "~> 0.8.0"

gem "rubyXL", "~> 3.4"

gem "nokogiri", ">= 1.16.5"

gem "rexml", ">= 3.2.7"
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
activestorage (= 7.1.2)
activesupport (= 7.1.2)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
nokogiri (>= 1.16.5)
actionview (7.1.2)
activesupport (= 7.1.2)
builder (~> 3.1)
Expand Down Expand Up @@ -259,7 +259,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
msgpack (1.7.2)
multi_xml (0.6.0)
Expand All @@ -274,7 +274,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.6.1)
nokogiri (1.16.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
notifications-ruby-client (5.4.0)
Expand Down Expand Up @@ -321,7 +321,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.8.1)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
Expand Down Expand Up @@ -374,7 +374,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rolify (6.0.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
Expand Down Expand Up @@ -470,6 +471,7 @@ GEM
hashie
version_gem (~> 1.1, >= 1.1.1)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -528,6 +530,7 @@ DEPENDENCIES
jbuilder
launchy
mail-notify (~> 1.2)
nokogiri (>= 1.16.5)
notifications-ruby-client
okcomputer
omniauth-azure-activedirectory-v2
Expand All @@ -538,6 +541,7 @@ DEPENDENCIES
pry-byebug
puma (>= 6.4.2, < 7)
rails (~> 7.1)
rexml (>= 3.2.7)
rolify
rspec-rails
rubocop-govuk
Expand All @@ -556,7 +560,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.2.2p53
ruby 3.2.3p157

BUNDLED WITH
2.4.21
2.4.19

0 comments on commit 552d9d0

Please sign in to comment.