Add Gemfile and lock for nokogiri since a script now uses it

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-05-22 23:14:51 -07:00
parent d6db020e1c
commit 4e1fd54c58
2 changed files with 24 additions and 0 deletions

7
Gemfile Normal file
View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'nokogiri'