Skip to content

Commit

Permalink
Limit nokogiri version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyc9012 committed Dec 26, 2024
1 parent 47ccc20 commit c423649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ group :development do
end

group :test do
gem 'nokogiri', require: false
gem 'nokogiri', "~> 1.15.7", require: false
end

0 comments on commit c423649

Please sign in to comment.