From 10950525f2d8b38bcb7eabd8d1870d838cee4c5f Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Thu, 4 Jun 2020 19:25:27 +0200 Subject: [PATCH] Remove nokogiri as it is part of rails --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 211a4a7..0f2f3bf 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.0' -# gem 'nokogiri', require: false - # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '6.0.2.1' # Use sqlite3 as the database for Active Record