You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Specify your gem's dependencies in bemer-bootstrap.gemspec
gemspec
# Nokogiri parses and searches XML/HTML using native libraries (either C or Java, depending on your Ruby), which means it's fast and standards-compliant.
gem 'nokogiri', '~> 1.10.7'
# Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby.