Skip to content

Commit

Permalink
try to add nokogiri 1.18.1 for rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosy committed Jan 17, 2025
1 parent 7d3100b commit 7668e80
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 @@ -11,6 +11,7 @@ end

appraise "rails_7_1" do
gem "rails", "~> 7.1.0"
gem "nokogiri", "~> 1.18.1"

group :test do
gem "sqlite3", "~> 1.4"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.1.0"
gem "nokogiri", "~> 1.18.1"

group :test do
gem "appraisal"
Expand Down

0 comments on commit 7668e80

Please sign in to comment.