Skip to content

Commit c25f517

Browse files
committed
Pin Nokogiri version on JRuby to work around the issues in spec
Like: https://github.com/railsadminteam/rails_admin/actions/runs/12742759076/job/35511426596
1 parent 74fd7ef commit c25f517

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Appraisals

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ end
5454
appraise 'rails-7.0' do
5555
gem 'rails', '~> 7.0.0', '7.0.8.6' # Pinning until the fix for https://github.com/basecamp/trix/issues/1209 become available in actiontext
5656
gem 'importmap-rails', require: false
57+
gem 'nokogiri', '~> 1.16.0', platform: :jruby
5758

5859
group :active_record do
5960
platforms :ruby, :mswin, :mingw, :x64_mingw do

gemfiles/rails_7.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ gem "vite_rails", require: false
1212
gem "webpacker", require: false
1313
gem "webrick"
1414
gem "importmap-rails", require: false
15+
gem "nokogiri", "~> 1.16.0", platform: :jruby
1516

1617
group :development, :test do
1718
gem "pry", ">= 0.9"

0 commit comments

Comments
 (0)