Skip to content

Commit

Permalink
no longer require active_support
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Mar 13, 2024
1 parent f85aafa commit 74a7d6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/manageiq/api/client.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "active_support"
require "active_support/core_ext"
require "faraday"
require "faraday_middleware"
require 'forwardable'
Expand Down
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@
def api_file_fixture(path)
File.read(File.join("spec/fixtures/api/", path))
end

require "active_support"
puts
puts "\e[93mUsing ActiveSupport #{ActiveSupport.version}\e[0m"

0 comments on commit 74a7d6c

Please sign in to comment.