Skip to content

Commit

Permalink
Pin Nokogiri version on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jan 13, 2025
1 parent 74fd7ef commit 68a1b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ end
appraise 'rails-7.0' do
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
gem 'importmap-rails', require: false
gem 'nokogiri', '~> 1.17.0', platform: :jruby

group :active_record do
platforms :ruby, :mswin, :mingw, :x64_mingw do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "vite_rails", require: false
gem "webpacker", require: false
gem "webrick"
gem "importmap-rails", require: false
gem "nokogiri", "~> 1.17.0", platform: :jruby

group :development, :test do
gem "pry", ">= 0.9"
Expand Down

0 comments on commit 68a1b59

Please sign in to comment.