Skip to content

Commit

Permalink
update libxml-ruby to latest version
Browse files Browse the repository at this point in the history
and as a side effect updated the simple-spreadsheet-extractor gem
  • Loading branch information
stuzart committed Jan 7, 2025
1 parent 1075310 commit 4d7ed75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ gem 'sqlite3', '~> 1.4'
gem 'feedjira'
gem 'google-analytics-rails'
gem 'hpricot', '~>0.8.2'
gem 'libxml-ruby', '~>2.9.0', require: 'libxml'
gem 'libxml-ruby', '~>5.0', require: 'libxml'
gem 'uuid', '~>2.3'
gem 'RedCloth', '>=4.3.0'
gem 'simple-spreadsheet-extractor', '0.18.1'
gem 'simple-spreadsheet-extractor', '0.18.2'
gem 'open4'
gem 'sample-template-generator', '~>0.7'
gem 'rmagick', '5.3.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ GEM
sparql (~> 3.2)
sxp (~> 1.2)
libreconv (0.9.5)
libxml-ruby (2.9.0)
libxml-ruby (5.0.3)
licensee (9.16.0)
dotenv (~> 2.0)
octokit (>= 4.20, < 7.0)
Expand Down Expand Up @@ -863,8 +863,8 @@ GEM
rdf-xsd (~> 3.2)
sparql (~> 3.2)
sxp (~> 1.2)
simple-spreadsheet-extractor (0.18.1)
libxml-ruby (~> 2.9)
simple-spreadsheet-extractor (0.18.2)
libxml-ruby (~> 5.0)
terrapin (~> 1.0)
simplecov (0.21.2)
docile (~> 1.1)
Expand Down Expand Up @@ -1054,7 +1054,7 @@ DEPENDENCIES
jquery-ui-rails
json-schema
libreconv
libxml-ruby (~> 2.9.0)
libxml-ruby (~> 5.0)
licensee
linkeddata (~> 3.2.0)
listen (~> 3.3)
Expand Down Expand Up @@ -1121,7 +1121,7 @@ DEPENDENCIES
sass-rails (>= 6)
savon (= 1.1.0)
seedbank
simple-spreadsheet-extractor (= 0.18.1)
simple-spreadsheet-extractor (= 0.18.2)
simplecov
sitemap_generator (~> 6.3)
sprockets-rails
Expand Down

0 comments on commit 4d7ed75

Please sign in to comment.