Skip to content

Commit 0cc0291

Browse files
committed
fix nokogiri version
1 parent a332b35 commit 0cc0291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
3232
# do not have a Java counterpart.
3333
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3434

35-
gem 'nokogiri', '>= 1.18.8'
35+
gem 'nokogiri', '>= 1.18.9'
3636
gem 'rack', '~> 2.2.14'
3737
gem 'rspec'
3838

0 commit comments

Comments
 (0)