Skip to content

Commit 74a7d6c

Browse files
committed
no longer require active_support
1 parent f85aafa commit 74a7d6c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

lib/manageiq/api/client.rb

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "active_support"
2-
require "active_support/core_ext"
31
require "faraday"
42
require "faraday_middleware"
53
require 'forwardable'

spec/spec_helper.rb

-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@
1111
def api_file_fixture(path)
1212
File.read(File.join("spec/fixtures/api/", path))
1313
end
14-
15-
require "active_support"
16-
puts
17-
puts "\e[93mUsing ActiveSupport #{ActiveSupport.version}\e[0m"

0 commit comments

Comments
 (0)