1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Remove explicit require of nokogiri

This commit is contained in:
Joao Chitas 2020-10-26 14:24:56 +00:00
parent b5aebd1611
commit 0a1239237c
2 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@ gemspec
group :test, :default do
gem 'pry-nav'
gem 'mime-types', '~> 3.1'
gem 'nokogiri', '~> 1.10.10'
end
group :test do

View file

@ -1,7 +1,5 @@
# frozen_string_literal: true
require "nokogiri"
module Fog
module AWS
module CredentialFetcher