Skip to content

Commit

Permalink
loofah 2.21+ requires ruby >= 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Nov 6, 2023
1 parent 99241e6 commit a3163d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ end

gem 'selenium-webdriver'
gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'

0 comments on commit a3163d7

Please sign in to comment.