Skip to content

Commit 0f579b6

Browse files
author
Ben Lerner
committed
update nokogiri, and update rexml only a little bit, to avoid build errors
1 parent e63311a commit 0f579b6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ gem 'devise_ldap_authenticatable' #, github: 'cschiewek/devise_ldap_authenticata
1515
gem 'pg'
1616
gem "passenger", ">= 5.0.25", require: "phusion_passenger/rack_handler"
1717

18+
gem 'rexml', '3.2.6' # NOTE: v3.2.7 and up seem to be broken for now
19+
# see https://github.com/ruby/rexml/issues/142, https://github.com/ruby/rexml/issues/131
20+
1821
gem 'yaml_db' # used to dump database to YAML
1922

2023
gem 'activerecord-import' # used for bulk import of multiple InlineComments

Gemfile.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ GEM
198198
matrix (0.4.2)
199199
method_source (1.0.0)
200200
mini_mime (1.1.2)
201-
mini_portile2 (2.8.4)
201+
mini_portile2 (2.8.7)
202202
minitest (5.18.1)
203203
minitest-reporters (1.6.0)
204204
ansi
@@ -221,7 +221,7 @@ GEM
221221
net-smtp (0.3.3)
222222
net-protocol
223223
nio4r (2.7.3)
224-
nokogiri (1.15.3)
224+
nokogiri (1.16.7)
225225
mini_portile2 (~> 2.8.2)
226226
racc (~> 1.4)
227227
orm_adapter (0.5.0)
@@ -239,7 +239,7 @@ GEM
239239
public_suffix (5.0.3)
240240
puma (6.4.2)
241241
nio4r (~> 2.0)
242-
racc (1.7.1)
242+
racc (1.8.1)
243243
rack (2.2.8.1)
244244
rack-proxy (0.7.6)
245245
rack
@@ -285,7 +285,7 @@ GEM
285285
responders (3.1.0)
286286
actionpack (>= 5.2)
287287
railties (>= 5.2)
288-
rexml (3.2.5)
288+
rexml (3.2.6)
289289
rouge (4.1.2)
290290
ruby-progressbar (1.13.0)
291291
rubyzip (2.3.2)
@@ -406,6 +406,7 @@ DEPENDENCIES
406406
rack
407407
rails (~> 7.0)
408408
rails-controller-testing
409+
rexml (= 3.2.6)
409410
rouge
410411
rubyzip
411412
sassc-rails

0 commit comments

Comments
 (0)