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:
parent
b5aebd1611
commit
0a1239237c
2 changed files with 0 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require "nokogiri"
|
||||
|
||||
module Fog
|
||||
module AWS
|
||||
module CredentialFetcher
|
||||
|
|
Loading…
Reference in a new issue