diff --git a/Gemfile b/Gemfile index 1b4d42c..5de1023 100644 --- a/Gemfile +++ b/Gemfile @@ -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'