We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bc8b0 commit cb93383Copy full SHA for cb93383
Gemfile
@@ -45,7 +45,7 @@ gem 'local_time', '~> 1.0.3'
45
gem 'ood_appkit', '~> 2.1'
46
gem 'ood_core', '~> 0.21.0'
47
48
-gem 'nokogiri', '>= 1.10.4'
+gem 'nokogiri', force_ruby_platform: true
49
50
# ruby 3.1 ships psych 4 which breaks
51
# and rails 6.0 does not have the patch
Gemfile.lock
@@ -231,7 +231,7 @@ DEPENDENCIES
231
jquery-rails
232
js-routes (~> 1.2.4)
233
local_time (~> 1.0.3)
234
- nokogiri (>= 1.10.4)
+ nokogiri
235
ood_appkit (~> 2.1)
236
ood_core (~> 0.21.0)
237
psych (< 4)
@@ -242,4 +242,4 @@ DEPENDENCIES
242
uglifier (>= 1.3.0)
243
244
BUNDLED WITH
245
- 2.2.22
+ 2.5.22
0 commit comments