Skip to content

Commit cb93383

Browse files
authored
force ruby platform (#158)
1 parent 46bc8b0 commit cb93383

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem 'local_time', '~> 1.0.3'
4545
gem 'ood_appkit', '~> 2.1'
4646
gem 'ood_core', '~> 0.21.0'
4747

48-
gem 'nokogiri', '>= 1.10.4'
48+
gem 'nokogiri', force_ruby_platform: true
4949

5050
# ruby 3.1 ships psych 4 which breaks
5151
# and rails 6.0 does not have the patch

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ DEPENDENCIES
231231
jquery-rails
232232
js-routes (~> 1.2.4)
233233
local_time (~> 1.0.3)
234-
nokogiri (>= 1.10.4)
234+
nokogiri
235235
ood_appkit (~> 2.1)
236236
ood_core (~> 0.21.0)
237237
psych (< 4)
@@ -242,4 +242,4 @@ DEPENDENCIES
242242
uglifier (>= 1.3.0)
243243

244244
BUNDLED WITH
245-
2.2.22
245+
2.5.22

0 commit comments

Comments
 (0)