Remove nokogiri as it is part of rails

This commit is contained in:
Pfingstfrosch 2020-06-04 19:25:27 +02:00
parent d52e844fa5
commit 10950525f2

View File

@ -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