Skip to content

Commit

Permalink
[#7] Instal nokogiri Html Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Jun 15, 2021
1 parent 5027fb4 commit b713d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -13,7 +13,8 @@ gem 'fabrication' # Fabrication generates objects in Ruby. Fabricators are schem
gem 'sidekiq' # background processing for Ruby
gem 'bootsnap', require: false # Reduces boot times through caching; required in config/boot.rb
gem 'i18n-js', '3.5.1' # A library to provide the I18n translations on the Javascript
gem 'httparty' #Makes http fun again! Ain't no party like a httparty, because a httparty don't stop.
gem 'httparty' # Makes http fun again! Ain't no party like a httparty, because a httparty don't stop.
gem 'nokogiri' # Nokogiri makes it easy and painless to work with XML and HTML from Ruby

# Authentications & Authorizations
gem 'devise' # Authentication solution for Rails with Warden
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Expand Up @@ -497,6 +497,7 @@ DEPENDENCIES
letter_opener
listen (= 3.1.5)
mini_magick
nokogiri
pagy
paranoia
pg
Expand Down

0 comments on commit b713d4a

Please sign in to comment.